File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 45
45
"diff.minus" = " red"
46
46
47
47
"ui.background" = { bg = " bg0" }
48
- "ui.cursorline.primary" = { bg = " bg2 " }
48
+ "ui.cursorline.primary" = { bg = " bg6 " }
49
49
"ui.cursor" = { fg = " bg0" , bg = " fg" }
50
50
"ui.cursor.match" = { fg = " orange" , bg = " bg_yellow" }
51
51
"ui.cursor.insert" = { fg = " bg0" , bg = " grey1" }
63
63
"ui.menu.selected" = { fg = " fg" , bg = " bg1" }
64
64
"ui.selection" = { bg = " bg3" }
65
65
"ui.virtual.whitespace" = " grey0"
66
+ "ui.statusline.insert" = { bg = " green" , fg = " bg2" }
67
+ "ui.statusline.select" = { bg = " blue" , fg = " bg2" }
66
68
67
69
"hint" = " blue"
68
70
"info" = " aqua"
@@ -77,6 +79,7 @@ bg2 = "#32302f"
77
79
bg3 = " #3c3836"
78
80
bg4 = " #4c555b"
79
81
bg5 = " #53605c"
82
+ bg6 = " #2c2c2c"
80
83
bg_visual = " #503946"
81
84
bg_red = " #4e3e43"
82
85
bg_green = " #404d44"
You can’t perform that action at this time.
0 commit comments