Skip to content

Commit

Permalink
Improve readability of virtual text with 'noctis' theme (helix-editor…
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyyyylime authored and Schuyler Mortimer committed Jul 10, 2024
1 parent b9b4caa commit e087a3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions runtime/themes/noctis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
'ui.linenr' = { fg = "gray" } # Line numbers.
'ui.linenr.selected' = { fg = "light-green", modifiers = [ "bold" ] } # Current line number.

'ui.virtual' = { fg = "mid-green" } # Namespace for additions to the editing area.
'ui.virtual' = { fg = "autocomp-green" } # Namespace for additions to the editing area.
'ui.virtual.ruler' = { bg = "mid-green" } # Vertical rulers (colored columns in editing area).
'ui.virtual.whitespace' = { fg = "light-gray"} # Whitespace markers in editing area.
'ui.virtual.indent-guide' = { fg = "light-gray" } # Indentation guides.
'ui.virtual.whitespace' = { fg = "mid-green"} # Whitespace markers in editing area.
'ui.virtual.inlay-hint' = { fg = "autocomp-green" } # LSP inlay hints
'ui.virtual.indent-guide' = { fg = "mid-green" } # Indentation guides.
'ui.virtual.wrap' = { fg = "mid-green"} # Soft-wrap indicators
'ui.virtual.jump-label' = { fg = "autocomp-green", modifiers = [ "bold" ] } # Word-jump labels

'ui.statusline' = { fg = "light-green", bg = "autocomp-green"} # Status line.
'ui.statusline.inactive' = { fg = "white", bg = "mid-green"} # Status line in unfocused windows.
Expand Down

0 comments on commit e087a3c

Please sign in to comment.