aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/catpuccin.toml
diff options
context:
space:
mode:
authorDanny2022-06-08 18:03:26 +0000
committerGitHub2022-06-08 18:03:26 +0000
commit567e71fbbcc047119675691a05e7c16b865e8be1 (patch)
treec6c14bc34b225f68558827b402df1173dfa33d20 /runtime/themes/catpuccin.toml
parente0532771cc3503afcbfb5cd5d45b8c57462587f9 (diff)
fix spelling of catppuccin theme (#2713)
Diffstat (limited to 'runtime/themes/catpuccin.toml')
-rw-r--r--runtime/themes/catpuccin.toml93
1 files changed, 0 insertions, 93 deletions
diff --git a/runtime/themes/catpuccin.toml b/runtime/themes/catpuccin.toml
deleted file mode 100644
index da9be4fb..00000000
--- a/runtime/themes/catpuccin.toml
+++ /dev/null
@@ -1,93 +0,0 @@
-attribute = "blue"
-keyword = "blue"
-"keyword.directive" = "red" # -- preprocessor comments (#if in C)
-namespace = "peach"
-punctuation = "white"
-"punctuation.delimiter" = "blue"
-operator = "blue"
-special = "peach"
-"variable.other.member" = "green"
-variable = "peach"
-"variable.parameter" = { fg = "pink" }
-"variable.builtin" = "green"
-type = "blue"
-"type.builtin" = "white"
-constructor = "blue"
-function = "red"
-"function.macro" = "blue"
-"function.builtin" = "blue"
-tag = "peach"
-comment = "gray_1"
-constant = "white"
-"constant.builtin" = "green"
-string = "green"
-"constant.numeric" = "blue"
-"constant.character.escape" = "peach"
-# used for lifetimes
-label = "peach"
-
-"markup.heading" = "mauve"
-"markup.bold" = { modifiers = ["bold"] }
-"markup.italic" = { modifiers = ["italic"] }
-"markup.link.url" = { fg = "gray_2", modifiers = ["underlined"] }
-"markup.link.text" = "peach"
-"markup.raw" = "peach"
-
-"diff.plus" = "#35bf86"
-"diff.minus" = "#f22c86"
-"diff.delta" = "#6f44f0"
-
-"ui.background" = { bg = "black_2" }
-"ui.linenr" = { fg = "gray_0" }
-"ui.linenr.selected" = { fg = "mauve" }
-"ui.statusline" = { fg = "black_2", bg = "blue" }
-"ui.statusline.inactive" = { fg = "pink", bg = "gray_1" }
-"ui.popup" = { bg = "black_1" }
-"ui.window" = { fg = "maroon" }
-"ui.help" = { bg = "#7958DC", fg = "#171452" }
-
-"ui.text" = { fg = "pink" }
-"ui.text.focus" = { fg = "white" }
-"ui.virtual" = { fg = "gray_0" }
-
-"ui.selection" = { bg = "#540099" }
-"ui.selection.primary" = { bg = "#540099" }
-"ui.cursor.select" = { bg = "lavender" }
-"ui.cursor.insert" = { bg = "white" }
-"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
-"ui.cursor" = { modifiers = ["reversed"] }
-"ui.highlight" = { bg = "maroon" }
-
-"ui.menu.selected" = { fg = "gray_1", bg = "white" }
-
-diagnostic = { modifiers = ["underlined"] }
-
-warning = "lightning"
-error = "apricot"
-info = "delta"
-hint = "silver"
-
-[palette]
-flamingo = "#F2CDCD"
-mauve = "#DDB6F2"
-pink = "#F5C2E7"
-maroon = "#E8A2AF"
-red = "#F28FAD"
-peach = "#F8BD96"
-yellow = "#FAE3B0"
-green = "#ABE9B3"
-teal = "#B5E8E0"
-blue = "#96CDFB"
-sky = "#89DCEB"
-
-black_0 = "#161320"
-black_1 = "#1A1826"
-black_2 = "#1E1E2E"
-black_3 = "#302D41"
-black_4 = "#575268"
-gray_0 = "#6E6C7E"
-gray_1 = "#988BA2"
-gray_2 = "#C3BAC6"
-white = "#D9E0EE"
-lavender = "#C9CBFF"
-rosewater = "#F5E0DC"