diff options
author | Bertrand Bousquet | 2022-12-02 01:18:18 +0000 |
---|---|---|
committer | GitHub | 2022-12-02 01:18:18 +0000 |
commit | 71a3a23f425bb562ab8cfede8f4220e8a7250242 (patch) | |
tree | a355d5e289edf5f36753306b515fcac3ff41cee9 /runtime/themes | |
parent | e3f05603acae078af89472e21928251846c57efd (diff) |
Varua theme updates (cursorline, statusline) (#4964)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/varua.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/varua.toml b/runtime/themes/varua.toml index 63c85887..7ef502a6 100644 --- a/runtime/themes/varua.toml +++ b/runtime/themes/varua.toml @@ -45,7 +45,7 @@ "diff.minus" = "red" "ui.background" = { bg = "bg0" } -"ui.cursorline.primary" = { bg = "bg2" } +"ui.cursorline.primary" = { bg = "bg6" } "ui.cursor" = { fg = "bg0", bg = "fg" } "ui.cursor.match" = { fg = "orange", bg = "bg_yellow" } "ui.cursor.insert" = { fg = "bg0", bg = "grey1" } @@ -63,6 +63,8 @@ "ui.menu.selected" = { fg = "fg", bg = "bg1" } "ui.selection" = { bg = "bg3" } "ui.virtual.whitespace" = "grey0" +"ui.statusline.insert" = { bg = "green", fg = "bg2" } +"ui.statusline.select" = { bg = "blue", fg = "bg2" } "hint" = "blue" "info" = "aqua" @@ -77,6 +79,7 @@ bg2 = "#32302f" bg3 = "#3c3836" bg4 = "#4c555b" bg5 = "#53605c" +bg6 = "#2c2c2c" bg_visual = "#503946" bg_red = "#4e3e43" bg_green = "#404d44" |