diff options
author | Termina94 | 2022-07-12 20:18:41 +0000 |
---|---|---|
committer | GitHub | 2022-07-12 20:18:41 +0000 |
commit | 3cced1e3c825b0ae527f43358b29d9595c54065b (patch) | |
tree | 3af12378f4a02e084bdde68ca81fb8c4e9c21e8a /runtime/themes | |
parent | 7951ebfd4d790b5dce39eb30944f5542eba80ea0 (diff) |
Add cursorline colour to darkplus theme (#3054)
Co-authored-by: Dean Revell <revell@gmail.com>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dark_plus.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 957ca61d..b622df2f 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -72,6 +72,7 @@ "ui.linenr" = { fg = "dark_gray" } "ui.linenr.selected" = { fg = "light_gray2" } +"ui.cursorline.primary" = { bg = "dark_gray3" } "ui.statusline" = { fg = "white", bg = "blue" } "ui.statusline.inactive" = { fg = "white", bg = "blue" } @@ -100,6 +101,7 @@ light_gray2 = "#c6c6c6" light_gray3 = "#eeeeee" dark_gray = "#858585" dark_gray2 = "#1e1e1e" +dark_gray3= "#282828" blue = "#007acc" blue2 = "#569CD6" blue3 = "#6796E6" |