diff options
author | 123MayankSharma <mayanksharma922001@gmail.com> | 2022-06-24 22:10:25 +0530 |
---|---|---|
committer | 123MayankSharma <mayanksharma922001@gmail.com> | 2022-06-24 22:10:25 +0530 |
commit | 37fdb4ee713f0922eaae81ad8c5c9b9e55c672d9 (patch) | |
tree | 6431f273bf4e6d33778864f966af4ee429ac72d8 | |
parent | 81986894f0a68a6d0470ab283e33ed7282c5e019 (diff) | |
download | lite-xl-colors-37fdb4ee713f0922eaae81ad8c5c9b9e55c672d9.tar.gz lite-xl-colors-37fdb4ee713f0922eaae81ad8c5c9b9e55c672d9.zip |
fixed scrollbar color typo
-rw-r--r-- | colors/github_dark.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/github_dark.lua b/colors/github_dark.lua index 1e52b4b..b5ce523 100644 --- a/colors/github_dark.lua +++ b/colors/github_dark.lua @@ -23,7 +23,7 @@ style.selection = { common.color "#2e4c77" } style.line_number = fgdim style.line_number2 = fg style.line_highlight = {common.color "#1e202e"} -style.scrol = fgdim +style.scrollbar = fgdim style.scrollbar2 = fg style.syntax["normal"] = fg |