Skip to content

Commit

Permalink
runtime/themes: adding 'ttox' theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasruud committed Oct 12, 2023
1 parent 574f821 commit d465a88
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions runtime/themes/ttox.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Author : Tomas Ruud <[email protected]>

"ui.selection" = { fg = "white", bg = "gray" }
"ui.background.separator" = "gray"
"ui.linenr" = "gray"
"ui.linenr.selected" = { fg = "white", bg = "gray" }
"ui.statusline" = { bg = "black", fg = "white" }
"ui.menu" = { fg = "white", bg = "black" }
"ui.menu.selected" = { bg = "light-gray", fg = "black" }
"ui.popup" = { fg = "white", bg = "black" }
"ui.help" = { fg = "white", bg = "black" }
"ui.virtual.ruler" = { underline = { style = "line"} }

"string" = { bg = "light-green", fg = "black" }
"constant" = { bg = "light-cyan", fg = "black" }
"comment" = { bg = "light-magenta", fg = "black" }

"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "gray"

"warning" = { fg = "black", bg = "light-yellow" }
"error" = { fg = "black", bg = "light-red" }
"hint" = { fg = "black", bg = "light-blue" }

"diagnostic.warning" = { fg = "black", bg = "light-yellow" }
"diagnostic.error" = { fg = "black", bg = "light-red" }
"diagnostic.hint" = { fg = "black", bg = "light-blue" }

0 comments on commit d465a88

Please sign in to comment.