Skip to content

Commit

Permalink
Improving primary selections
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasruud committed Oct 14, 2023
1 parent d465a88 commit 1c2e00e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/ttox.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Author : Tomas Ruud <[email protected]>

"ui.selection" = { fg = "white", bg = "gray" }
"ui.cursor" = { fg = "black", bg = "light-gray" }
"ui.cursor.primary" = { fg = "black", bg = "light-gray" }
"ui.cursor.match" = { modifiers = ["underlined"] }
"ui.background.separator" = "gray"
"ui.linenr" = "gray"
"ui.linenr.selected" = { fg = "white", bg = "gray" }
Expand Down

0 comments on commit 1c2e00e

Please sign in to comment.