refactor(runtime/themes): revert changes to theme files

- This is because explorer specific styling has been abandoned for
  simplicity
pull/9/head
wongjiahau 1 year ago
parent d1e6a21016
commit e991ed9b17

@ -71,12 +71,6 @@
"warning" = "my_yellow2"
"error" = "my_red"
"ui.explorer.file" = { fg = "my_white" }
"ui.explorer.dir" = { fg = "my_yellow1" }
"ui.explorer.exe" = { fg = "my_green" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { modifiers = ["reversed"] }
[palette]
my_black = "#212121" # Cursorline
my_gray0 = "#262626" # Default Background

@ -55,12 +55,6 @@
"warning" = "base09"
"error" = "base08"
"ui.explorer.file" = { fg = "base05" }
"ui.explorer.dir" = { fg = "base0D" }
"ui.explorer.exe" = { fg = "base05" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base02" }
"ui.bufferline" = { fg = "base04", bg = "base00" }
"ui.bufferline.active" = { fg = "base06", bg = "base01" }

@ -58,12 +58,6 @@
"ui.bufferline" = { fg = "base04", bg = "base01" }
"ui.bufferline.active" = { fg = "base07", bg = "base00" }
"ui.explorer.file" = { fg = "base05" }
"ui.explorer.dir" = { fg = "base0D" }
"ui.explorer.exe" = { fg = "base05" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base02" }
[palette]
base00 = "#f8f8f8" # Default Background
base01 = "#e8e8e8" # Lighter Background (Used for status bars, line number and folding marks)

@ -51,9 +51,3 @@
"debug" = "gray"
"warning" = "yellow"
"error" = "light-red"
# "ui.explorer.file" = { fg = "base05" }
"ui.explorer.dir" = { fg = "light-blue" }
# "ui.explorer.exe" = { fg = "base05" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "light-gray" }

@ -98,9 +98,3 @@ bogster-base5 = "#abb2bf"
bogster-fg0 = "#c6b8ad"
bogster-fg1 = "#e5ded6"
"ui.explorer.file" = { fg = "#e5ded6" }
"ui.explorer.dir" = { fg = "#59dcd8" }
"ui.explorer.exe" = { fg = "#e5ded6" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "#313f4e" }

@ -67,12 +67,6 @@
"diagnostic.info" = { underline = { color = "lilac", style = "curl"} }
"diagnostic.hint" = { underline = { color = "lilac", style = "curl"} }
"ui.explorer.file" = { fg = "lilac" }
"ui.explorer.dir" = { fg = "mint" }
"ui.explorer.exe" = { fg = "lilac" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "berry_saturated" }
[palette]
berry = "#3A2A4D"
berry_fade = "#5A3D6E"

@ -103,10 +103,10 @@
"ui.menu" = { fg = "overlay2", bg = "surface0" }
"ui.menu.selected" = { fg = "text", bg = "surface1", modifiers = ["bold"] }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.info" = { underline = { color = "sky", style = "curl" } }
"diagnostic.hint" = { underline = { color = "teal", style = "curl" } }
"diagnostic.error" = { fg = "red", underline = { color = "red", style = "curl" } }
"diagnostic.warning" = { fg = "yellow", underline = { color = "yellow", style = "curl" } }
"diagnostic.info" = { fg = "sky", underline = { color = "sky", style = "curl" } }
"diagnostic.hint" = { fg = "teal", underline = { color = "teal", style = "curl" } }
error = "red"
warning = "yellow"

@ -98,12 +98,6 @@
"diagnostic.error".underline = { color = "red", style = "curl" }
"diagnostic".underline = { color = "gold", style = "curl" }
"ui.explorer.file" = { fg = "text" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "text" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "dark_blue2" }
[palette]
white = "#ffffff"
orange = "#ce9178"

@ -59,12 +59,6 @@
"diagnostic".underline = { color = "orange", style = "curl" }
"diagnostic.error".underline = { color = "red", style = "curl" }
"ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "cyan" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "secondary_highlight" }
[palette]
background = "#282a36"
background_dark = "#21222c"

@ -56,12 +56,6 @@
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "foreground" }
"ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "cyan" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "comment" }
[palette]
background = "#0e1419"
background_dark = "#21222c"

@ -94,11 +94,6 @@
"diagnostic.info" = { underline = { color = "aqua", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
"ui.explorer.file" = { fg = "fg" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "fg" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "grey1" }
[palette]

@ -4,161 +4,128 @@
# Original author: @krfl
# Contributors:
# @matoous
# @kirawi
"attribute" = "Lime"
"type" = "Blue"
"type.return" = "Blue Light"
"type.parameter" = "Blue Light"
"constructor" = "Yellow"
"constant" = "Violet"
"attribute" = "green"
"type" = "light_blue"
"type.enum.variant" = "purple"
"constructor" = "yellow"
"constant" = "cyan"
# "constant.builtin" = {} # .boolean
"constant.builtin.boolean" = "Cyan"
"constant.character" = "Yellow"
"constant.character.escape" = "Cyan"
"constant.numeric" = "Yellow"
"string" = "Pink"
"string.regexp" = "Cyan"
"string.special" = { fg = "Yellow", modifiers = ["underlined"] } #.path / .url / .symbol
"comment" = "Gray 90" # .line
"constant.builtin.boolean" = "yellow"
"constant.character" = "yellow"
"constant.characted.escape" = "light"
"constant.numeric" = "yellow"
"string" = "pink"
"string.regexp" = "light"
"string.special" = { fg = "yellow", modifiers = ["underlined"] } #.path / .url / .symbol
"comment" = "light_gray" # .line
# "comment.block" = {} # .documentation
"variable" = "Gray 120" # .builtin
"variable.builtin" = { fg = "Coral" }
"variable" = "light" # .builtin
"variable.builtin" = { fg = "red", modifiers = ["underlined"] }
"variable.parameter" = "light"
# "variable.other" = {} # .member
"variable.other.member" = "Violet"
"label" = "Yellow"
"keyword" = "Cyan" # .operator / .directive / .function
"function" = "Yellow"
"function.declaration" = "#EFEFEF"
"function.macro" = "Lime"
"function.builtin" = "Lime"
"function.special" = "Lime"
"variable.other.member" = "purple"
"label" = "yellow"
"punctuation" = "light" # .delimiter / .bracket
"keyword" = "cyan" # .operator / .directive / .function
# "keyword.control" = "cyan" # .conditional / .repeat / .import / .return / .exception
"keyword.control.exception" = "purple"
"operator" = "light"
"function" = "yellow"
"function.macro" = "green"
"function.builtin" = "green"
"function.special" = "green"
"function.method" = "light"
#"function.declaration.method" = { fg = "lightest", modifiers = ["bold"] } #depends on #4892
"tag" = "Blue"
"special" = "Lime"
"namespace" = "Blue"
"tag" = "light_blue"
"special" = "green"
"namespace" = "light"
# used in theming
# "markup" = {} # .normal / .quote / .raw
# "markup.normal" = {} # .completion / .hover
"markup.bold" = { modifiers = ["bold"] }
"markup.bold" = { fg = "lightest", modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.heading" = { fg = "Cyan", modifiers = ["bold"] } # .marker / .1 / .2 / .3 / .4 / .5 / .6
"markup.list" = "Pink" # .unnumbered / .numbered
"markup.list.numbered" = "Cyan"
"markup.list.unnumbered" = "Cyan"
"markup.heading" = { fg = "cyan", modifiers = ["bold"] } # .marker / .1 / .2 / .3 / .4 / .5 / .6
"markup.list" = "pink" # .unnumbered / .numbered
"markup.list.numbered" = "cyan"
"markup.list.unnumbered" = "cyan"
# "markup.link" = "green"
"markup.link.url" = { fg = "Pink", modifiers = ['italic', 'underlined'] }
"markup.link.text" = "Cyan"
"markup.link.label" = "Purple 20"
"markup.quote" = "Pink"
"markup.raw" = "Pink"
"markup.raw.inline" = "Cyan" # .completion / .hover
"markup.raw.block" = "#EB83E2"
"diff.plus" = "Green 50"
"diff.minus" = "Red 50"
"diff.delta" = "Blue 80"
"markup.link.url" = { fg = "pink", modifiers = ['italic', 'underlined'] }
"markup.link.text" = "cyan"
"markup.link.label" = "purple"
"markup.quote" = "pink"
"markup.raw" = "pink"
"markup.raw.inline" = "cyan" # .completion / .hover
"markup.raw.block" = "pink"
"diff.plus" = "diff_plus"
"diff.minus" = "red_accent"
"diff.delta" = "blue_accent"
# ui specific
"ui.background" = { bg = "Gray 10" } # .separator
"ui.statusline" = { fg = "Gray 120", bg = "Gray 10" } # .inactive / .normal / .insert / .select
# "ui.statusline.normal" = { fg = "lightest", bg = "darker"}
# "ui.statusline.insert" = { fg = "lightest", bg = "blue_accent" }
# "ui.statusline.select" = { fg = "lightest", bg = "orange_accent" }
"ui.cursor" = { modifiers = ["reversed"] } # .insert / .select / .match / .primary
"ui.cursor.match" = { bg = "Blue 30" } # .insert / .select / .match / .primary
"ui.selection" = { bg = "Gray 50" } # .primary
"ui.selection.primary" = { bg = "Blue 40" }
"ui.cursorline" = { bg = "Gray 20" }
"ui.linenr" = "Gray 70"
"ui.linenr.selected" = "Gray 110"
"ui.popup" = { fg = "Gray 120", bg = "Gray 20" } # .info
"ui.window" = { fg = "Gray 50" }
"ui.help" = { fg = "Gray 120", bg = "Gray 20" }
"ui.menu" = { fg = "Gray 120", bg = "Gray 20" } # .selected
"ui.menu.selected" = { fg = "White", bg = "Blue 40" } # .selected
# Calculated as #ffffff with 30% opacity
"ui.menu.scroll" = { fg = "#dfdfdf" }
"ui.text" = "Gray 120" # .focus / .info
"ui.text.focus" = { fg = "White", bg = "Blue 40" }
"ui.virtual" = "Gray 80" # .whitespace
# "ui.virtual.ruler" = { bg = "darker"}
"hint" = "Gray 80"
"info" = "#A366C4"
"warning" = "#FACb66"
"error" = "#FF5269"
"diagnostic.hint" = { underline = { color = "Gray 80", style = "line" } }
"diagnostic.info" = { underline = { color = "#A366C4", style = "line" } }
"diagnostic.warning" = { underline = { color = "#FACB66", style = "line" } }
"diagnostic.error" = { underline = { color = "#FF5269", style = "line" } }
"ui.background" = { bg = "background" } # .separator
"ui.cursor" = { bg = "dark_gray", modifiers = ["reversed"] } # .insert / .select / .match / .primary
"ui.cursor.match" = { fg = "light", bg = "selection" } # .insert / .select / .match / .primary
"ui.cursorline" = { bg = "darker" }
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = { fg = "light", bg = "darker" }
"ui.statusline" = { fg = "light", bg = "darker" } # .inactive / .normal / .insert / .select
"ui.statusline.inactive" = { fg = "dark", bg = "darker" }
"ui.statusline.normal" = { fg = "lightest", bg = "darker"}
"ui.statusline.insert" = { fg = "lightest", bg = "blue_accent" }
"ui.statusline.select" = { fg = "lightest", bg = "orange_accent" }
"ui.popup" = { fg = "light", bg = "darkest" } # .info
"ui.window" = { fg = "dark", bg = "darkest" }
"ui.help" = { fg = "light", bg = "darkest" }
"ui.text" = "light" # .focus / .info
"ui.text.focus" = { fg = "lightest", bg = "focus" }
"ui.virtual" = "dark" # .whitespace
"ui.virtual.ruler" = { bg = "darker"}
"ui.menu" = { fg = "light", bg = "darkest" } # .selected
"ui.menu.selected" = { fg = "lightest", bg = "focus" } # .selected
"ui.selection" = { bg = "darker" } # .primary
"ui.selection.primary" = { bg = "selection" }
"hint" = "blue"
"info" = "yellow_accent"
"warning" = "orange_accent"
"error" = "red_error"
"diagnostic" = { modifiers = [] }
"diagnostic.hint" = { underline = { color = "light", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue_accent", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow_accent", style = "curl" } }
"diagnostic.error" = { underline = { color = "red_error", style = "curl" } }
[palette]
"White" = "#ffffff"
"Gray 120" = "#d1d1d1"
"Gray 110" = "#c2c2c2"
"Gray 100" = "#a0a0a0"
"Gray 90" = "#898989"
"Gray 80" = "#767676"
"Gray 70" = "#5d5d5d"
"Gray 60" = "#484848"
"Gray 50" = "#383838"
"Gray 40" = "#333333"
"Gray 30" = "#2d2d2d"
"Gray 20" = "#292929"
"Gray 10" = "#181818"
"Black" = "#000000"
"Blue 110" = "#6daaf7"
"Blue 100" = "#4d9bf8"
"Blue 90" = "#3691f9"
"Blue 80" = "#1a85f6"
"Blue 70" = "#0273eb"
"Blue 60" = "#0c6ddd"
"Blue 50" = "#195eb5"
"Blue 40" = "#194176"
"Blue 30" = "#163764"
"Blue 20" = "#132c4f"
"Blue 10" = "#0b1b32"
"Red 80" = "#ec7388"
"Red 70" = "#ea4b67"
"Red 60" = "#d93953"
"Red 50" = "#ce364d"
"Red 40" = "#c03248"
"Red 30" = "#a72a3f"
"Red 20" = "#761b2d"
"Red 10" = "#390813"
"Green 50" = "#4ca988"
"Green 40" = "#3ea17f"
"Green 30" = "#028764"
"Green 20" = "#134939"
"Green 10" = "#081f19"
"Yellow 60" = "#f8ab17"
"Yellow 50" = "#e1971b"
"Yellow 40" = "#b5791f"
"Yellow 30" = "#7c511a"
"Yellow 20" = "#5a3a14"
"Yellow 10" = "#281806"
"Purple 20" = "#c07bf3"
"Purple 10" = "#b35def"
"Blue" = "#87C3FF"
"Blue Light" = "#ADD1DE"
"Coral" = "#CC7C8A"
"Cyan" = "#82D2CE"
"Cyan Dark" = "#779E9E"
"Lime" = "#A8CC7C"
"Orange" = "#E09B70"
"Pink" = "#E394DC"
"Violet" = "#AF9CFF"
"Yellow" = "#EBC88D"
background = "#181818"
darkest = "#1e1e1e"
darker = "#292929"
dark = "#898989"
light = "#d6d6dd"
lightest = "#ffffff"
dark_gray = "#535353"
light_gray = "#6d6d6d"
purple = "#a390f0"
light_blue = "#7dbeff"
blue = "#52a7f6"
pink = "#d898d8"
green = "#afcb85"
cyan = "#78d0bd"
orange = "#efb080"
yellow = "#e5c995"
red = "#CC7C8A"
blue_accent = "#2197F3"
pink_accent = "#E44C7A"
green_accent = "#00AF99"
orange_accent = "#EE7F25"
yellow_accent = "#DEA407"
red_accent = "#F44747"
red_error = "#EB5F6A"
selection = "#1F3661"
diff_plus = "#5A9F81"
focus = "#204474"

@ -74,12 +74,6 @@
"markup.link.text" = "red1"
"markup.raw" = "red1"
"ui.explorer.file" = { fg = "fg1" }
"ui.explorer.dir" = { fg = "blue0" }
"ui.explorer.exe" = { fg = "fg1" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "bg3" }
[palette]
bg0 = "#282828" # main background
bg1 = "#3c3836"

@ -75,12 +75,6 @@
"markup.link.text" = "red1"
"markup.raw" = "red1"
"ui.explorer.file" = { fg = "fg1" }
"ui.explorer.dir" = { fg = "blue0" }
"ui.explorer.exe" = { fg = "fg1" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "bg3" }
[palette]
bg0 = "#fbf1c7" # main background
bg1 = "#ebdbb2"

@ -73,9 +73,3 @@
"diagnostic.error" = { underline = { color = "#D74E50", style = "curl" } }
"diagnostic.info" = { underline = { color = "#839A53", style = "curl" } }
"diagnostic.hint" = { underline = { color = "#A6B6CE", style = "curl" } }
"ui.explorer.file" = { fg = "#7B91B3" }
"ui.explorer.dir" = { fg = "#89BEB7" }
"ui.explorer.exe" = { fg = "#7B91B3" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "#F3EAE9" }

@ -14,8 +14,9 @@
"ui.linenr" = { fg = "sumiInk4" }
"ui.linenr.selected" = { fg = "roninYellow" }
"ui.virtual" = "sumiInk4"
"ui.virtual.ruler" = { bg = "sumiInk2" }
"ui.virtual.whitespace" = "waveBlue1"
"ui.virtual.indent-guide" = "sumiInk4"
"ui.statusline" = { fg = "oldWhite", bg = "sumiInk0" }
"ui.statusline.inactive" = { fg = "fujiGray", bg = "sumiInk0" }
@ -23,9 +24,8 @@
"ui.statusline.insert" = { fg = "sumiInk0", bg = "autumnGreen", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "sumiInk0", bg = "oniViolet", modifiers = ["bold"] }
"ui.bufferline" = { fg = "fujiGray", bg = "sumiInk0" }
"ui.bufferline.active" = { fg = "oldWhite", bg = "sumiInk0" }
"ui.bufferline.background" = { bg = "sumiInk0" }
"ui.bufferline" = { fg = "oldWhite", bg = "sumiInk0" }
"ui.bufferline.inactive" = { fg = "fujiGray", bg = "sumiInk0" }
"ui.popup" = { fg = "fujiWhite", bg = "sumiInk0" }
"ui.window" = { fg = "sumiInk0" }
@ -33,16 +33,14 @@
"ui.text" = "fujiWhite"
"ui.text.focus" = { fg = "fujiWhite", bg = "waveBlue1", modifiers = ["bold"] }
"ui.cursor" = { fg = "waveBlue1", bg = "waveAqua2"}
"ui.cursor.primary" = { fg = "waveBlue1", bg = "fujiWhite" }
"ui.cursor.match" = { fg = "waveRed", modifiers = ["bold"] }
"ui.cursor" = { fg = "waveBlue1", bg = "fujiWhite"}
"ui.cursor.primary" = { fg = "waveBlue1", bg = "seaFoam" }
"ui.cursor.match" = { fg = "seaFoam", modifiers = ["bold"] }
"ui.highlight" = { fg = "fujiWhite", bg = "waveBlue2" }
"ui.menu" = { fg = "fujiWhite", bg = "waveBlue1" }
"ui.menu.selected" = { fg = "fujiWhite", bg = "waveBlue2", modifiers = ["bold"] }
"ui.menu.scroll" = { fg = "oldWhite", bg = "waveBlue1" }
"ui.menu" = { fg = "fujiWhite", bg = "sumiInk0" }
"ui.menu.selected" = { fg = "fujiWhite", bg = "waveBlue1", modifiers = ["bold"] }
"ui.cursorline.primary" = { bg = "sumiInk3"}
"ui.cursorcolumn.primary" = { bg = "sumiInk3" }
"diagnostic.error" = { underline = { color = "samuraiRed", style = "curl" } }
"diagnostic.warning" = { underline = { color = "roninYellow", style = "curl" } }
@ -60,16 +58,12 @@ hint = "dragonBlue"
"diff.delta" = "autumnYellow"
## Syntax highlighting
"attribute" = "waveRed"
"type" = "waveAqua2"
"constructor" = "springBlue"
"constant" = "surimiOrange"
"constant.numeric" = "sakuraPink"
"constant.character.escape" = "springBlue"
"string" = "springGreen"
"string.regexp" = "boatYellow2"
"string.special.url" = "springBlue"
"string.special.symbol" = "oniViolet"
"comment" = "fujiGray"
"variable" = "fujiWhite"
"variable.builtin" = "waveRed"
@ -77,36 +71,37 @@ hint = "dragonBlue"
"variable.other.member" = "carpYellow"
"label" = "springBlue"
"punctuation" = "springViolet2"
"punctuation.delimiter" = "springViolet2"
"punctuation.bracket" = "springViolet2"
"keyword" = "oniViolet"
"keyword.control.return" = "peachRed"
"keyword.control.exception" = "peachRed"
"keyword.directive" = "peachRed"
"operator" = "boatYellow2"
"function" = "crystalBlue"
"function.builtin" = "springBlue"
"function.builtin" = "peachRed"
"function.macro" = "waveRed"
"tag" = "waveAqua2"
"tag" = "springBlue"
"namespace" = "surimiOrange"
"attribute" = "peachRed"
"constructor" = "springBlue"
"module" = "waveAqua2"
"special" = "peachRed"
## Markup modifiers
"markup.heading.marker" = "springViolet2"
"markup.heading.marker" = "fujiGray"
"markup.heading.1" = { fg = "surimiOrange", modifiers = ["bold"] }
"markup.heading.2" = { fg = "carpYellow", modifiers = ["bold"] }
"markup.heading.3" = { fg = "waveAqua2", modifiers = ["bold"] }
"markup.heading.4" = { fg = "lightBlue", modifiers = ["bold"] }
"markup.heading.5" = { fg = "oniViolet", modifiers = ["bold"] }
"markup.heading.6" = { fg = "springViolet1", modifiers = ["bold"] }
"markup.list.numbered" = "sakuraPink"
"markup.list.unnumbered" = "waveRed"
"markup.heading.4" = { fg = "springGreen", modifiers = ["bold"] }
"markup.heading.5" = { fg = "waveRed", modifiers = ["bold"] }
"markup.heading.6" = { fg = "autumnRed", modifiers = ["bold"] }
"markup.list" = "oniViolet"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.link.url" = { fg = "springBlue", modifiers = ["underlined"] }
"markup.link.text" = "crystalBlue"
"markup.link.url" = { fg = "springBlue", underline.style = "line" }
"markup.link.label" = "surimiOrange"
"markup.quote" = "springViolet1"
"markup.raw" = "springGreen"
"markup.quote" = "seaFoam"
"markup.raw" = "seaFoam"
[palette]
seaFoam = "#C7CCD1" # custom lighter foreground

@ -78,7 +78,7 @@
"ui.statusline" = { fg = "active_text", bg = "#414339" }
"ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" }
"ui.text" = { fg = "text" }
"ui.text" = { fg = "text", bg = "background" }
"ui.text.focus" = { fg = "active_text" }
"warning" = { fg = "#cca700" }
@ -91,12 +91,6 @@
"diagnostic.info" = { underline = { color = "#75beff", style = "curl" } }
"diagnostic.hint" = { underline = { color = "#eeeeeb3", style = "curl" } }
"ui.explorer.file" = { fg = "text" }
"ui.explorer.dir" = { fg = "fn_declaration" }
"ui.explorer.exe" = { fg = "text" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "#75715e" }
[palette]
type = "#A6E22E"
keyword = "#F92672"

@ -104,12 +104,6 @@
"markup.link.text" = "yellow"
"markup.quote" = "green"
"ui.explorer.file" = { fg = "base8" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base8" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base4" }
[palette]
# primary colors
"red" = "#ff6188"

@ -101,12 +101,6 @@
"markup.link.text" = "yellow"
"markup.quote" = "green"
"ui.explorer.file" = { fg = "base8" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base8" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base4" }
[palette]
# primary colors
"red" = "#ff6d7e"

@ -104,12 +104,6 @@
"markup.link.text" = "yellow"
"markup.quote" = "green"
"ui.explorer.file" = { fg = "base8" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base8" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base4" }
[palette]
# primary colors
"red" = "#ff657a"

@ -101,12 +101,6 @@
"markup.link.text" = "yellow"
"markup.quote" = "green"
"ui.explorer.file" = { fg = "base8" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base8" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base4" }
[palette]
# primary colors
"red" = "#fd6883"

@ -101,12 +101,6 @@
"markup.link.text" = "yellow"
"markup.quote" = "green"
"ui.explorer.file" = { fg = "base8" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base8" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base4" }
[palette]
# primary colors
"red" = "#fc618d"

@ -92,12 +92,6 @@
'diff.delta' = { fg = 'blue' }
'diff.delta.moved' = { fg = 'blue', modifiers = ['italic'] }
"ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "selection" }
[palette]
background = '#011627'
background2 = '#112630'

@ -110,12 +110,6 @@
"diff.delta" = "nord12"
"diff.minus" = "nord11"
"ui.explorer.file" = { fg = "nord6" }
"ui.explorer.dir" = { fg = "nord8" }
"ui.explorer.exe" = { fg = "nord6" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "nord2" }
[palette]
nord0 = "#2e3440"
nord1 = "#3b4252"

@ -59,12 +59,10 @@
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "faint-gray" }
"ui.selection" = { bg = "light-gray" }
"ui.selection.primary" = { bg = "gray" }
"ui.cursorline.primary" = { bg = "light-black" }
"ui.highlight" = { bg = "gray" }
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" }
@ -84,12 +82,6 @@
"ui.menu.selected" = { fg = "black", bg = "blue" }
"ui.menu.scroll" = { fg = "white", bg = "light-gray" }
"ui.explorer.file" = { fg = "white" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "white" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "light-gray" }
[palette]
yellow = "#E5C07B"

@ -7,7 +7,6 @@
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
"ui.cursorline" = {bg="cursorline_background"}
"ui.highlight" = {bg="cursorline_background"}
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
"ui.statusline.select" = {bg="background", fg="bright7"}
"ui.statusline.normal" = {bg="background", fg="bright3"}

@ -6,7 +6,6 @@
"ui.text" = "foreground"
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
"ui.highlight" = {bg="cursorline_background"}
"ui.cursorline" = {bg="cursorline_background"}
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
"ui.statusline.select" = {bg="background", fg="bright7"}

@ -8,13 +8,13 @@ info = { fg = 'yellowH', bg = 'brownD' }
hint = { fg = 'brownD', bg = 'yellowH', modifiers = ['bold'] }
warning = { fg = 'brownD', bg = 'orangeW', modifiers = ['bold'] }
error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' }
'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' }
'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' }
'diagnostic.error'.underline = { color = 'redE', style = 'curl' }
"diagnostic.info".underline = { color = "yellowH", style = "curl" }
"diagnostic.hint".underline = { color = "yellowH", style = "curl" }
"diagnostic.warning".underline = { color = "orangeW", style = "curl" }
"diagnostic.error".underline = { color = "redE", style = "curl" }
'ui.background' = { bg = 'brownN' }
'ui.window' = { bg = 'brownH', fg = 'brownD' }
'ui.gutter' = { bg = 'brownU' }
'ui.window' = { bg = 'brownH', fg = "brownD" }
'ui.gutter' = { bg = 'brownH' }
'ui.text' = { fg = 'greyT' }
'ui.text.focus' = { fg = 'orangeN' }
'ui.text.info' = { fg = 'orangeH', bg = 'brownH' }
@ -25,20 +25,18 @@ error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
'ui.cursor.primary' = { fg = 'black', bg = 'orangeN' }
'ui.selection' = { bg = 'blueH', fg = 'white' }
'ui.selection.primary' = { bg = 'blueD', fg = 'white' }
'ui.linenr' = { bg = 'brownU', fg = 'greyL' }
'ui.linenr.selected' = { fg = 'orangeH' }
'ui.cursorline' = { bg = 'brownH' }
'ui.statusline.inactive' = { fg = 'greyT', bg = 'brownN' }
'ui.statusline.normal' = { fg = 'greyT', bg = 'brownD', modifiers = ['bold'] }
'ui.statusline.select' = { bg = 'blueL', fg = 'brownD', modifiers = ['bold'] }
'ui.statusline.insert' = { bg = 'orangeL', fg = 'brownD', modifiers = ['bold'] }
'ui.help' = { fg = 'greyT', bg = 'brownD' }
'ui.linenr' = { bg = "brownN", fg = 'greyL' }
'ui.linenr.selected' = { bg = 'brownH', fg = 'orangeH' }
'ui.cursorline' = { bg = 'brownD' }
'ui.statusline' = { fg = "greyT", bg = 'brownH' }
'ui.statusline.inactive' = { fg = "greyT", bg = 'brownN' }
'ui.help' = { fg = "greyT", bg = 'brownD' }
'ui.highlight' = { bg = 'brownH' }
'ui.virtual' = { fg = 'brownV' }
'ui.virtual.ruler' = { bg = 'brownR' }
'ui.virtual.whitespace' = { fg = 'brownV' }
'ui.virtual.indent-guide' = { fg = 'brownR' }
'ui.menu' = { fg = 'greyT', bg = 'brownD' }
'ui.menu' = { fg = "greyT", bg = 'brownD' }
'ui.menu.selected' = { fg = 'orangeH', bg = 'brownH' }
'ui.popup' = { bg = 'brownD' }
'ui.popup.info' = { bg = 'brownH', fg = 'greyT' }
@ -105,7 +103,7 @@ namespace = { fg = 'orangeL' }
'markup.list.unnumbered' = { fg = 'greenN' }
'markup.bold' = { modifiers = ['bold'] }
'markup.italic' = { modifiers = ['italic'] }
'markup.strikethrough' = { modifiers = ['crossed_out'] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
'markup.link' = { fg = 'blueD' }
'markup.link.url' = { fg = 'blueL' }
'markup.link.label' = { fg = 'blueH' }
@ -126,12 +124,6 @@ namespace = { fg = 'orangeL' }
'diff.delta' = { fg = '#4d4ddd' }
'diff.delta.moved' = { fg = '#dd4ddd' }
"ui.explorer.file" = { fg = "greyT" }
"ui.explorer.dir" = { fg = "blueL" }
"ui.explorer.exe" = { fg = "greyT" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "greyL" }
[palette]
white = '#FFFFFF'
greyH = '#CFCFCF'
@ -159,8 +151,8 @@ blueL = '#6dd2fa'
blueN = '#39B7C7'
blueD = '#4AAAD6'
brownV = '#67634F'
brownH = '#4b4845'
brownN = '#3E3B39'
brownH = '#56524E'
brownN = '#3F3B39'
brownR = '#35312f'
brownD = '#2B2928'
brownU = '#4C4643'

@ -164,12 +164,6 @@
"diff.delta" = "highlight_high"
# "diff.delta.moved" = ""
"ui.explorer.file" = { fg = "text" }
"ui.explorer.dir" = { fg = "rose" }
"ui.explorer.exe" = { fg = "text" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "highlight" }
[palette]
base = "#191724"
surface = "#1f1d2e"

@ -6,12 +6,6 @@
inherits = "rose_pine"
"ui.explorer.file" = { fg = "text" }
"ui.explorer.dir" = { fg = "rose" }
"ui.explorer.exe" = { fg = "text" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "highlight" }
[palette]
base = "#faf4ed"
surface = "#fffaf3"

@ -77,12 +77,6 @@
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "fg" }
"ui.explorer.file" = { fg = "fg" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "fg" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "bg3" }
[palette]
bg0 = "#323437"

@ -77,12 +77,6 @@
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "fg" }
"ui.explorer.file" = { fg = "fg" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "fg" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "bg3" }
[palette]
bg0 = "#e1e1e3"

@ -108,12 +108,6 @@
"diagnostic.info" = { underline = { style = "curl", color = "blue" } }
"diagnostic.hint" = { underline = { style = "curl", color = "base01" } }
"ui.explorer.file" = { fg = "base1" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base1" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base0175" }
[palette]
# 深色 越来越深
base03 = "#002b36"

@ -126,12 +126,6 @@
"diagnostic.hint" = { underline = { style = "curl", color = "base01" } }
"ui.explorer.file" = { fg = "base1" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "base1" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "base0175" }
[palette]
red = '#dc322f'
green = '#859900'

@ -78,12 +78,6 @@
"diagnostic.info" = { underline = { style = "curl", color = "theme_yellow" } }
"diagnostic.hint" = { underline = { style = "curl", color = "bg2" } }
"ui.explorer.file" = { fg = "fg1" }
"ui.explorer.dir" = { fg = "#715ab1" }
"ui.explorer.exe" = { fg = "fg1" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "bg3" }
[palette]
base = "#655370"
base-dim = "#a094a2"

@ -70,12 +70,6 @@
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
"markup.raw" = { fg = "cyan" }
"ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "background_highlight" }
[palette]
red = "#f7768e"
orange = "#ff9e64"

@ -2,12 +2,6 @@
inherits = "tokyonight"
"ui.explorer.file" = { fg = "foreground" }
"ui.explorer.dir" = { fg = "blue" }
"ui.explorer.exe" = { fg = "foreground" }
"ui.explorer.focus" = { modifiers = ["reversed"] }
"ui.explorer.unfocus" = { bg = "background_highlight" }
[palette]
background = "#24283b"
background_highlight = "#373d5a"

Loading…
Cancel
Save