Skip to content

Commit

Permalink
Add cursorline to Autumn theme (#2918)
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Getreu <[email protected]>
  • Loading branch information
getreu and Jens Getreu authored Jun 29, 2022
1 parent 15ac114 commit 94fc41a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/themes/autumn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
"ui.linenr" = { fg = "my_gray4", bg = "my_gray2" }
"ui.popup" = { bg = "my_gray2" }
"ui.window" = { fg = "my_gray4", bg = "my_gray2" }
"ui.linenr.selected" = { fg = "my_gray6", bg = "my_gray2", modifiers = ["bold"]}
"ui.linenr.selected" = { fg = "my_gray6", bg = "my_gray1"}
"ui.selection" = { bg = "my_gray3" }
"comment" = { fg = "my_gray4", modifiers = ["italic"] }
"ui.statusline" = { fg = "my_gray6", bg = "my_gray2" }
"ui.statusline.inactive" = { fg = 'my_gray4', bg = 'my_gray2' }
"ui.cursor" = { fg = "my_gray5", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "my_white", modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "my_black" }
"ui.cursorline.secondary" = { bg = "my_black" }
"ui.text" = "my_white"
"operator" = "my_white"
"ui.text.focus" = "my_white"
Expand Down Expand Up @@ -64,6 +66,7 @@
"error" = "my_red"

[palette]
my_black = "#242424" # Cursorline
my_gray0 = "#292929" # Default Background
my_gray1 = "#2e2e2e" # Ruler
my_gray2 = "#3a3a3a" # Lighter Background (Used for status bars, line number and folding marks)
Expand Down

0 comments on commit 94fc41a

Please sign in to comment.