Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ttox_soft.toml')
-rw-r--r--runtime/themes/ttox_soft.toml37
1 files changed, 0 insertions, 37 deletions
diff --git a/runtime/themes/ttox_soft.toml b/runtime/themes/ttox_soft.toml
deleted file mode 100644
index b4fe71cb..00000000
--- a/runtime/themes/ttox_soft.toml
+++ /dev/null
@@ -1,37 +0,0 @@
-# Author : Samuel Guyah <[email protected]>
-
-"ui.selection" = { fg = "white", bg = "gray" }
-"ui.cursor" = { fg = "black", bg = "light-gray" }
-"ui.cursor.primary" = { fg = "black", bg = "light-gray" }
-"ui.cursor.match" = { modifiers = ["underlined"] }
-"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" } }
-"ui.bufferline" = { fg = "white", bg = "black" }
-"ui.bufferline.active" = { fg = "black", bg = "white" }
-"ui.bufferline.background" = { bg = "black" }
-
-
-"string" = { fg = "light-green" }
-"constant" = { fg = "light-cyan" }
-"comment" = { fg = "light-magenta" }
-
-"diff.plus" = "green"
-"diff.minus" = "red"
-"diff.delta" = "gray"
-
-"warning" = { fg = "light-yellow" }
-"error" = { fg = "light-red" }
-"hint" = { fg = "light-blue" }
-
-"diagnostic.warning" = { fg = "light-yellow" }
-"diagnostic.error" = { fg = "light-red" }
-"diagnostic.hint" = { fg = "light-blue" }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }