feat: switch to black on white theme
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
d257a18c2c
commit
cde3f39c11
5 changed files with 54 additions and 20 deletions
33
home/modules/helix/config/themes/black.toml
Normal file
33
home/modules/helix/config/themes/black.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
"ui.background" = {bg="white"}
|
||||
"ui.text" = "black"
|
||||
"ui.linenr" = {bg="white", fg="black"}
|
||||
"ui.linenr.selected" = {bg="white", fg="black"}
|
||||
"ui.selection" = {bg="black", fg="white"}
|
||||
"ui.cursorline" = {bg="black", fg="white"}
|
||||
"ui.statusline" = {fg="white", bg="black"}
|
||||
"ui.statusline.inactive" = {fg="black", bg="white"}
|
||||
"ui.virtual" = "indent"
|
||||
"ui.virtual.ruler" = { bg = "black", fg ="white" }
|
||||
"ui.cursor.match" = { bg="black", fg="white" }
|
||||
"ui.cursor" = {bg="black", fg="white"}
|
||||
"ui.debug" = {fg="black"}
|
||||
"ui.highlight" = { modifiers = ["underlined"] }
|
||||
"ui.highlight.frameline" = { bg="black", fg="white" }
|
||||
"ui.help" = { bg="black", fg="white" }
|
||||
"ui.popup" = { bg="black", fg="white" }
|
||||
"ui.text.info" = { bg="black", fg="white" }
|
||||
"ui.menu" = { fg="white", bg="black" }
|
||||
"ui.menu.selected" = { bg="white", fg="black" }
|
||||
"ui.window" = { bg="white" }
|
||||
"diagnostic" = { modifiers=["reversed"] }
|
||||
"diagnostic.error" = {modifiers=["bold", "underlined"]}
|
||||
"diagnostic.warning" = {modifiers=["underlined", "italic"]}
|
||||
"diagnostic.hint" = {modifiers=["underlined"]}
|
||||
"diagnostic.unnecessary" = {modifiers = ["dim"]}
|
||||
"diagnostic.deprecated" = {modifiers = ["crossed_out"]}
|
||||
"ui.bufferline" = { fg="black", bg="white" }
|
||||
"ui.bufferline.active" = { fg="black", bg="white" }
|
||||
|
||||
[palette]
|
||||
white = "#ffffff"
|
||||
black = "#000000"
|
Loading…
Add table
Add a link
Reference in a new issue