Skip to content

Commit

Permalink
theme ui.virtual capture for existing themes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Apr 2, 2022
1 parent bdcd197 commit d3ec589
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/base16_default_dark.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Author: RayGervais <raygervais@hotmail.ca>

"ui.background" = { bg = "base00" }
"ui.virtual" = "base03"
"ui.menu" = { fg = "base05", bg = "base01" }
"ui.menu.selected" = { fg = "base01", bg = "base04" }
"ui.linenr" = { fg = "base03", bg = "base01" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/base16_default_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"ui.help" = { fg = "base04", bg = "base01" }
"ui.cursor" = { fg = "base04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "base05", modifiers = ["reversed"] }
"ui.virtual" = "base03"
"ui.text" = "base05"
"operator" = "base05"
"ui.text.focus" = "base05"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/base16_terminal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"ui.help" = { fg = "white", bg = "black" }
"ui.cursor" = { fg = "light-gray", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "light-white", modifiers = ["reversed"] }
"ui.virtual" = "light-gray"
"variable" = "light-red"
"constant.numeric" = "yellow"
"constant" = "yellow"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/bogster.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

"ui.text" = { fg = "#e5ded6" }
"ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] }
"ui.virtual" = "#627d9d"

"ui.selection" = { bg = "#313f4e" }
# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported
Expand Down
2 changes: 2 additions & 0 deletions runtime/themes/dark_plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
"ui.text" = { fg = "text", bg = "background" }
"ui.text.focus" = { fg = "white" }

"ui.virtual" = { fg = "dark_green" }

"warning" = { fg = "gold2" }
"error" = { fg = "red" }
"info" = { fg = "light_blue" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/dracula.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"ui.text" = { fg = "foreground" }
"ui.text.focus" = { fg = "cyan" }
"ui.window" = { fg = "foreground" }
"ui.virtual" = { fg = "comment" }

"error" = { fg = "red" }
"warning" = { fg = "cyan" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/everforest_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.selection" = { bg = "bg3" }
"ui.virtual" = "grey0"

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/everforest_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.selection" = { bg = "bg3" }
"ui.virtual" = "grey0"

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"ui.cursor.match" = { bg = "bg2" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
"ui.virtual" = "bg2"

"diagnostic" = { modifiers = ["underlined"] }

Expand Down
1 change: 1 addition & 0 deletions runtime/themes/gruvbox_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"ui.cursor.match" = { bg = "bg2" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
"ui.virtual" = "bg2"

"diagnostic" = { modifiers = ["underlined"] }

Expand Down
1 change: 1 addition & 0 deletions runtime/themes/ingrid.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

"ui.text" = { fg = "#7B91B3" }
"ui.text.focus" = { fg = "#250E07", modifiers= ["bold"] }
"ui.virtual" = "#A6B6CE"

"ui.selection" = { bg = "#540099" }
# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"attribute" = { fg = "fn_declaration" }

"comment" = { fg = "#88846F" }
"ui.virtual" = "#88846F"

"string" = { fg = "#e6db74" }
"constant.character" = { fg = "#e6db74" }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai_pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual" = "base5"

"info" = "base8"
"hint" = "base8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai_pro_machine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual" = "base5"

"info" = "base8"
"hint" = "base8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai_pro_octagon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual" = "base5"

"info" = "base8"
"hint" = "base8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai_pro_ristretto.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual" = "base5"

"info" = "base8"
"hint" = "base8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/monokai_pro_spectrum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual" = "base5"

"info" = "base8"
"hint" = "base8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ui.linenr.selected" = { fg = "nord4" }
"ui.text.focus" = { fg = "nord8", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "nord8", bg = "nord2" }
"ui.virtual" = "gray"

"info" = "nord8"
"hint" = "nord8"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ diagnostic = { modifiers = ["underlined"] }
"error" = { fg = "red", modifiers = ["bold"] }

"ui.background" = { bg = "black" }
"ui.virtual" = { fg = "light-gray" }

"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
"ui.virtual" = "highlight"
"operator" = "rose"
"variable" = "text"
"constant.numeric" = "iris"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/rose_pine_dawn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
"ui.virtual" = "highlight"
"operator" = "rose"
"variable" = "text"
"number" = "iris"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/serika-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" }
"ui.selection" = { bg = "bg3" }
"ui.virtual" = "grey2"

"hint" = "blue"
"info" = "aqua"
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/serika-light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"ui.menu" = { fg = "bg0", bg = "bg3" }
"ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" }
"ui.selection" = { fg = "bg0", bg = "bg3" }
"ui.virtual" = { fg = "bg2" }

"hint" = "blue"
"info" = "aqua"
Expand Down
2 changes: 2 additions & 0 deletions runtime/themes/solarized_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
# 背景
"ui.background" = { bg = "base03" }

"ui.virtual" = { fg = "base01" }

# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }
# 当前行号栏
Expand Down
2 changes: 2 additions & 0 deletions runtime/themes/solarized_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
# 背景
"ui.background" = { bg = "base03" }

"ui.virtual" = { fg = "base01" }

# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }
# 当前行号栏
Expand Down
1 change: 1 addition & 0 deletions runtime/themes/spacebones_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ui.cursor.match" = { bg = "bg3" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "#655370", bg = "#d1dcdf", modifiers = ["bold"] }
"ui.virtual" = "bg2"

"diagnostic" = { modifiers = ["underlined"] }

Expand Down
1 change: 1 addition & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ label = "honey"

"ui.text" = { fg = "lavender" }
"ui.text.focus" = { fg = "white" }
"ui.virtual" = { fg = "comet" }

"ui.selection" = { bg = "#540099" }
"ui.selection.primary" = { bg = "#540099" }
Expand Down

0 comments on commit d3ec589

Please sign in to comment.