From f47da891db890654e8bd82c26c8d9558718ac48c Mon Sep 17 00:00:00 2001 From: Wojciech Kępka Date: Mon, 14 Jun 2021 07:09:52 +0200 Subject: Fix a typo in theme name --- contrib/themes/bogster.toml | 46 +++++++++++++++++++++++++++++++++++++++++++++ contrib/themes/boster.toml | 46 --------------------------------------------- 2 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 contrib/themes/bogster.toml delete mode 100644 contrib/themes/boster.toml diff --git a/contrib/themes/bogster.toml b/contrib/themes/bogster.toml new file mode 100644 index 00000000..40fa7044 --- /dev/null +++ b/contrib/themes/bogster.toml @@ -0,0 +1,46 @@ +# Author : Wojciech Kępka + +"attribute" = "#dc7759" +"keyword" = { fg = "#dcb659", modifiers = ["bold"] } +"keyword.directive" = "#dcb659" +"namespace" = "#d32c5d" +"punctuation" = "#dc7759" +"punctuation.delimiter" = "#dc7759" +"operator" = { fg = "#dc7759", modifiers = ["bold"] } +"special" = "#7fdc59" +"property" = "#c6b8ad" +"variable" = "#c6b8ad" +"variable.parameter" = "#c6b8ad" +"type" = "#dc597f" +"type.builtin" = { fg = "#d32c5d", modifiers = ["bold"] } +"constructor" = "#dc597f" +"function" = "#59dcd8" +"function.macro" = { fg = "#dc7759", modifiers = ["bold"] } +"function.builtin" = { fg = "#59dcd8", modifiers = ["bold"] } +"comment" = "#627d9d" +"variable.builtin" = "#c6b8ad" +"constant" = "#59dcb7" +"constant.builtin" = "#59dcb7" +"string" = "#59dcb7" +"number" = "#59c0dc" +"escape" = { fg = "#7fdc59", modifiers = ["bold"] } +"label" = "#59c0dc" + +"module" = "#d32c5d" + +"ui.background" = { bg = "#161c23" } +"ui.linenr" = { fg = "#415367" } +"ui.statusline" = { bg = "#232d38" } +"ui.popup" = { bg = "#232d38" } +"ui.window" = { bg = "#232d38" } +"ui.help" = { bg = "#232d38", fg = "#e5ded6" } + +"ui.text" = { fg = "#e5ded6" } +"ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] } + +"ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" } + +"warning" = "#dc7759" +"error" = "#dc597f" +"info" = "#59dcb7" +"hint" = "#59c0dc" diff --git a/contrib/themes/boster.toml b/contrib/themes/boster.toml deleted file mode 100644 index 40fa7044..00000000 --- a/contrib/themes/boster.toml +++ /dev/null @@ -1,46 +0,0 @@ -# Author : Wojciech Kępka - -"attribute" = "#dc7759" -"keyword" = { fg = "#dcb659", modifiers = ["bold"] } -"keyword.directive" = "#dcb659" -"namespace" = "#d32c5d" -"punctuation" = "#dc7759" -"punctuation.delimiter" = "#dc7759" -"operator" = { fg = "#dc7759", modifiers = ["bold"] } -"special" = "#7fdc59" -"property" = "#c6b8ad" -"variable" = "#c6b8ad" -"variable.parameter" = "#c6b8ad" -"type" = "#dc597f" -"type.builtin" = { fg = "#d32c5d", modifiers = ["bold"] } -"constructor" = "#dc597f" -"function" = "#59dcd8" -"function.macro" = { fg = "#dc7759", modifiers = ["bold"] } -"function.builtin" = { fg = "#59dcd8", modifiers = ["bold"] } -"comment" = "#627d9d" -"variable.builtin" = "#c6b8ad" -"constant" = "#59dcb7" -"constant.builtin" = "#59dcb7" -"string" = "#59dcb7" -"number" = "#59c0dc" -"escape" = { fg = "#7fdc59", modifiers = ["bold"] } -"label" = "#59c0dc" - -"module" = "#d32c5d" - -"ui.background" = { bg = "#161c23" } -"ui.linenr" = { fg = "#415367" } -"ui.statusline" = { bg = "#232d38" } -"ui.popup" = { bg = "#232d38" } -"ui.window" = { bg = "#232d38" } -"ui.help" = { bg = "#232d38", fg = "#e5ded6" } - -"ui.text" = { fg = "#e5ded6" } -"ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] } - -"ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" } - -"warning" = "#dc7759" -"error" = "#dc597f" -"info" = "#59dcb7" -"hint" = "#59c0dc" -- cgit v1.2.3-70-g09d2