mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Add ui.virtual theming to nyxvamp themes
This commit is contained in:
parent
7738b20c71
commit
ab42a9e1be
3 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,9 @@ menu_scroll_bg = "#0E0E10"
|
|||
popup_fg = "#C0C0CE"
|
||||
popup_bg = "#0E0E10"
|
||||
|
||||
# UI virtual
|
||||
virtual_ruler_bg = "#191921" # Slightly lighter than background, close to comment color
|
||||
|
||||
# Syntax highlighting
|
||||
match_paren_fg = "#F28FAD"
|
||||
match_paren_bg = "#0E0E10"
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
"ui.menu.scroll" = { fg = "menu_scroll_fg", bg = "menu_scroll_bg" }
|
||||
"ui.popup" = { fg = "popup_fg", bg = "popup_bg" }
|
||||
"ui.match_paren" = { fg = "match_paren_fg", bg = "match_paren_bg", modifiers = ["bold"] }
|
||||
"ui.virtual" = { fg = "comment_fg" }
|
||||
"ui.virtual.ruler" = { bg = "virtual_ruler_bg" }
|
||||
|
||||
# Syntax Highlighting
|
||||
"comment" = { fg = "comment_fg", modifiers = ["italic"] }
|
||||
|
@ -82,6 +84,7 @@ popup_fg = "#1E1E2E" # Deep navy
|
|||
popup_bg = "#E8E8F0" # Light gray
|
||||
match_paren_fg = "#1E1E2E" # Deep navy
|
||||
match_paren_bg = "#FEF5BC" # Soft yellow
|
||||
virtual_ruler_bg = "#EAEAF0" # Slightly lighter than comment color background
|
||||
|
||||
comment_fg = "#6E6A86" # Medium gray comments
|
||||
string_fg = "#FEF5BC" # Soft yellow strings (from your visual identity)
|
||||
|
|
|
@ -36,6 +36,9 @@ menu_scroll_bg = "#1E1E2E"
|
|||
popup_fg = "#D9E0EE"
|
||||
popup_bg = "#1E1E2E"
|
||||
|
||||
# UI virtual
|
||||
virtual_ruler_bg = "#2A2A3C" # Slightly lighter than background, close to comment color
|
||||
|
||||
# Syntax highlighting
|
||||
match_paren_fg = "#F28FAD"
|
||||
match_paren_bg = "#1E1E2E"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue