diff --git a/themes/lupine/colors.toml b/themes/lupine/colors.toml index b4f435ac..5dc06194 100644 --- a/themes/lupine/colors.toml +++ b/themes/lupine/colors.toml @@ -1,24 +1,27 @@ mode = "light" accent = "#3264eb" - -bg = "#fafafa" -dark_bg = "#ececec" -darker_bg = "#dedede" -lighter_bg = "#f5f5f5" selection = "#d0d0d0" muted = "#9e9e9e" -dark_fg = "#757575" -fg = "#212121" -light_fg = "#424242" -bright_fg = "#000000" + +background = "#fafafa" +dark_background = "#ececec" +darker_background = "#dedede" +lighter_background = "#f5f5f5" + +foreground = "#212121" +dark_foreground = "#757575" +light_foreground = "#424242" +bright_foreground = "#000000" red = "#c900c4" yellow = "#026fde" +orange = "#026fde" green = "#026fde" cyan = "#0c67de" blue = "#3264eb" magenta = "#8a4ad7" +brown = "#013a6f" bright_red = "#f930fb" bright_yellow = "#358fff" diff --git a/themes/lupine/neovim.lua b/themes/lupine/neovim.lua deleted file mode 100644 index 3ad6c2a7..00000000 --- a/themes/lupine/neovim.lua +++ /dev/null @@ -1,4 +0,0 @@ -return { - { "bjarneo/lupine.nvim", name = "lupine", priority = 1000 }, - { "LazyVim/LazyVim", opts = { colorscheme = "lupine" } }, -} diff --git a/themes/lupine/vscode.json b/themes/lupine/vscode.json deleted file mode 100644 index 6eed35a1..00000000 --- a/themes/lupine/vscode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "Lupine", - "extension": "Bjarne.lupine-theme" -}