File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ c.syntax.orange = "#954D00"
1818
1919c .syntax .comment = " #937C7A"
2020c .syntax .text = " #815654"
21- c .syntax .subtext0 = " #9E7876"
22- c .syntax .subtext1 = " #937C7A"
2321
2422---- ----------------------------
2523--- UI
@@ -32,6 +30,8 @@ c.ui.purple = "#BD51A4"
3230c .ui .cyan = " #00976C"
3331c .ui .orange = " #D05312"
3432
33+ c .ui .accent = " #D04F4E"
34+
3535c .ui .tabline = " #D8D6D5"
3636c .ui .winbar = " #926461"
3737c .ui .tool = " #F9DCD1"
@@ -41,13 +41,18 @@ c.ui.statusline = "#D8D6D5"
4141c .ui .split = " #D8D6D5"
4242c .ui .popup = " #D8D6D5"
4343c .ui .float = " #D8D6D5"
44- c .ui .title = " #D04F4E "
45- c .ui .border = " #D04F4E "
44+ c .ui .title = c . ui . accent
45+ c .ui .border = c . ui . accent
4646c .ui .current_line = " #F6DDD8"
47- c .ui .scrollbar = " #D04F4E "
47+ c .ui .scrollbar = c . ui . accent
4848c .ui .selection = " #BBC9D7"
49+ c .ui .menu_selection = c .ui .accent
4950c .ui .highlight = " #E7CFCA"
50- c .ui .text = " #815654"
51+ c .ui .none_text = " #D0B6B6"
52+ c .ui .text = " #9E7876"
53+ c .ui .text_active = " #815654"
54+ c .ui .text_inactive = " #937C7A"
55+ c .ui .text_match = c .ui .accent
5156
5257---- ----------------------------
5358--- terminal
You can’t perform that action at this time.
0 commit comments