Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/darcula-solid.toml')
-rw-r--r--runtime/themes/darcula-solid.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/themes/darcula-solid.toml b/runtime/themes/darcula-solid.toml
deleted file mode 100644
index c867583d..00000000
--- a/runtime/themes/darcula-solid.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Original source and more info: https://github.com/jesusmgg/darcula-solid-helix
-
-inherits = "darcula"
-
-"ui.background.separator" = { bg = "grey01" }
-"ui.menu.scroll" = { fg = "grey02", bg = "grey00" }
-"ui.popup" = { fg = "grey05", bg = "grey00" }
-"ui.window" = { bg = "grey00" }
-"ui.cursorline.secondary" = { bg = "grey03" }
-
-[palette]
-grey00 = "#101010"
-grey01 = "#1f1f1f"
-grey02 = "#323232"
-grey03 = "#555555"
-grey04 = "#a8a8a8"