dotfiles/helix/themes/doge.toml
Arne Dußin 2c0e4f885e add initial unsanitised dotfiles
Adds the clearest current starting point of my dotfiles I can make out.
There is no way to automate anything yet. Lots of stuff is missing from
the nix configuration, which needs to be added per machine.
2025-02-26 00:02:52 +01:00

64 lines
2 KiB
TOML

"ui.background" = { bg = "very-dark-brown" }
"ui.cursor" = { bg = "white" }
"ui.cursor.match" = { fg = "black", bg = "light-gray" }
"ui.cursor.primary" = { fg = "black", bg = "white" }
"ui.cursorline.primary" = { bg = "dark-brown" }
"ui.gutter" = { bg = "dark-brown" }
"ui.gutter.selected" = { fg = "light-orange", bg = "dark-brown", modifiers = ["italic", "bold"] }
"ui.text" = "light-gray-brown"
"ui.selection" = { fg = "black", bg = "light-gray" }
"ui.statusline" = { bg = "dark-brown" }
"ui.statusline.normal" = { fg = "dark-brown", bg = "blue", modifiers = ["bold"] }
"ui.statusline.insert" = { fg = "dark-brown", bg = "green", modifiers = ["bold"] }
"ui.statusline.select" = { fg = "dark-brown", bg = "purple", modifiers = ["bold"] }
"ui.menu" = { bg = "very-dark-brown" }
"ui.virtual" = "gray"
"ui.virtual.ruler" = { bg = "gray" }
"comment" = "blue"
"constant" = "orange"
"constructor" = "purple"
"constant.builtin" = "cyan"
"constant.character.escape" = "cyan"
"constant.numeric" = "orange"
"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "orange"
"function" = "light-orange"
"function.special" = "yellow"
"keyword" = "red"
"keyword.operator" = "light-orange"
"keyword.storage" = { fg = "red", modifiers = ["italic"] }
"label" = "green"
"namespace" = "light-brown"
"operator" = "blue"
"punctuation" = "orange"
"special" = { fg = "red", modifiers = ["italic"] }
"string" = "yellow"
"string.regexp" = "cyan"
"string.symbol" = "orange"
"string.url" = "red"
"type" = "orange"
"variable" = { fg = "green", modifiers = ["italic"] }
"variable.parameter" = "cyan"
[palette]
very-light-gray = "#c5c8c6"
light-gray = "#969896"
semilight-gray = "#3c3f45"
gray = "#373b41"
dark-gray = "#282a2e"
dark-brown = "#4e4343"
very-dark-brown = "#2b2525"
brown = "#7c6645"
light-gray-brown = "#a59797"
light-brown = "#b29a74"
cyan = "#63e2ba"
blue = "#00bfff"
purple = "#c679dd"
# green = "#7acc61" # "#009e56"
green = "#24ff7f"
red = "#fe5f55"
orange = "#de935f"
light-orange = "#f0c674"
yellow = "#e0ea5d" # "#cccc3f"