File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
"string.regexp" = " orange"
11
11
"string.special" = " yellow"
12
12
"comment" = { fg = " gray" , modifiers = [" italic" ] }
13
- "comment.block.documentation" = { fg = " blue" , modifiers = [" italic" ] }
14
13
"variable" = " foreground"
15
14
"label" = " orange"
16
15
"punctuation" = " foreground"
34
33
35
34
# Interface
36
35
"ui.background" = { bg = " background" }
37
- "ui.cursor" = { modifiers = [ " reversed " ] }
36
+ "ui.cursor" = { fg = " dark_gray " , bg = " orange " }
38
37
"ui.cursor.match" = " orange"
39
38
"ui.linenr" = " dark_gray"
40
39
"ui.linenr.selected" = " gray"
Original file line number Diff line number Diff line change 10
10
"string.regexp" = " orange"
11
11
"string.special" = " yellow"
12
12
"comment" = { fg = " gray" , modifiers = [" italic" ] }
13
- "comment.block.documentation" = { fg = " blue" , modifiers = [" italic" ] }
14
13
"variable" = " foreground"
15
14
"label" = " orange"
16
15
"punctuation" = " foreground"
34
33
35
34
# Interface
36
35
"ui.background" = { bg = " background" }
37
- "ui.cursor" = { modifiers = [ " reversed " ] }
36
+ "ui.cursor" = { fg = " dark_gray " , bg = " orange " }
38
37
"ui.cursor.match" = " orange"
39
38
"ui.linenr" = " dark_gray"
40
39
"ui.linenr.selected" = " gray"
Original file line number Diff line number Diff line change 10
10
"string.regexp" = " orange"
11
11
"string.special" = " yellow"
12
12
"comment" = { fg = " gray" , modifiers = [" italic" ] }
13
- "comment.block.documentation" = { fg = " blue" , modifiers = [" italic" ] }
14
13
"variable" = " foreground"
15
14
"label" = " orange"
16
15
"punctuation" = " foreground"
34
33
35
34
# Interface
36
35
"ui.background" = { bg = " background" }
37
- "ui.cursor" = { modifiers = [ " reversed " ] }
36
+ "ui.cursor" = { fg = " dark_gray " , bg = " orange " }
38
37
"ui.cursor.match" = " orange"
39
38
"ui.linenr" = " dark_gray"
40
39
"ui.linenr.selected" = " gray"
You can’t perform that action at this time.
0 commit comments