From c6682c76bcf21ded5387401c9b9e47ac91e61c93 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Fri, 29 Oct 2021 15:42:38 -0500 Subject: [PATCH] removed previous catppuccino themes --- .../color_schemes/dark_catppuccino.lua | 67 ------------------- lua/catppuccino/color_schemes/light_melya.lua | 67 ------------------- lua/catppuccino/color_schemes/neon_latte.lua | 67 ------------------- lua/catppuccino/color_schemes/soft_manilo.lua | 67 ------------------- 4 files changed, 268 deletions(-) delete mode 100644 lua/catppuccino/color_schemes/dark_catppuccino.lua delete mode 100644 lua/catppuccino/color_schemes/light_melya.lua delete mode 100644 lua/catppuccino/color_schemes/neon_latte.lua delete mode 100644 lua/catppuccino/color_schemes/soft_manilo.lua diff --git a/lua/catppuccino/color_schemes/dark_catppuccino.lua b/lua/catppuccino/color_schemes/dark_catppuccino.lua deleted file mode 100644 index 8b54307..0000000 --- a/lua/catppuccino/color_schemes/dark_catppuccino.lua +++ /dev/null @@ -1,67 +0,0 @@ -local util = require("catppuccino.utils.util") - -local colors = { - none = "NONE", - bg = "#0e171c", -- nvim bg - fg = "#abb2bf", -- fg color (text) - fg_gutter = "#3b4261", - black = "#393b44", - gray = "#2a2e36", - red = "#c94f6d", - green = "#97c374", - yellow = "#dbc074", - blue = "#61afef", - magenta = "#c678dd", - cyan = "#63cdcf", - white = "#dfdfe0", - orange = "#F4A261", - pink = "#D67AD2", - black_br = "#7f8c98", - red_br = "#e06c75", - green_br = "#58cd8b", - yellow_br = "#FFE37E", - blue_br = "#84CEE4", - magenta_br = "#B8A1E3", - cyan_br = "#59F0FF", - white_br = "#FDEBC3", - orange_br = "#F6A878", - pink_br = "#DF97DB", - comment = "#526175", -} - -util.bg = colors.bg -colors.bg_alt = util.darken(colors.bg, 0.75, "#000000") -colors.bg_highlight = util.brighten(colors.bg, 0.05) -colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") - -colors.diff = { -- git and native diffs - add = colors.blue, - change = colors.yellow, - delete = colors.red, - text = colors.blue, - conflict = colors.magenta, -} - -colors.black = util.darken(colors.bg, 0.8, "#000000") -colors.border_highlight = colors.blue -colors.border = colors.black - --- Popups and statusline should always be darker -colors.bg_popup = colors.bg_alt -colors.bg_statusline = colors.bg_alt - --- Sidebar and Floats -colors.bg_sidebar = colors.bg_alt -colors.bg_float = colors.bg_alt - -colors.bg_visual = util.darken(colors.blue, 0.2) -colors.bg_search = util.darken(colors.cyan, 0.3) -colors.fg_sidebar = colors.fg_alt - -colors.error = colors.red_br -colors.warning = colors.yellow -colors.info = colors.blue -colors.hint = colors.white_br -colors.variable = colors.white - -return colors diff --git a/lua/catppuccino/color_schemes/light_melya.lua b/lua/catppuccino/color_schemes/light_melya.lua deleted file mode 100644 index d98120d..0000000 --- a/lua/catppuccino/color_schemes/light_melya.lua +++ /dev/null @@ -1,67 +0,0 @@ -local util = require("catppuccino.utils.util") - -local colors = { - none = "NONE", - bg = "#fbfbfb", -- nvim bg - fg = "#0E171C", -- fg color (text) - fg_gutter = "#3b4261", - black = "#393b44", - gray = "#2a2e36", - red = "#B0304E", - green = "#76AB49", - yellow = "#FFCE1F", - blue = "#157C8E", - magenta = "#A414CC", - cyan = "#4a9596", - white = "#dfdfe0", - orange = "#F4A261", - pink = "#D67AD2", - black_br = "#7f8c98", - red_br = "#D84652", - green_br = "#58cd8b", - yellow_br = "#FFCA0A", - blue_br = "#84CEE4", - magenta_br = "#7D52CB", - cyan_br = "#63cdcf", - white_br = "#0E171C", - orange_br = "#F3843F", - pink_br = "#DF97DB", - comment = "#526175", -} - -util.bg = colors.bg -colors.bg_alt = util.darken(colors.bg, 0.75, "#000000") -colors.bg_highlight = util.darken(colors.bg, 0.85, "#000000") -colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") - -colors.diff = { -- git and native diffs - add = colors.blue, - change = colors.yellow, - delete = colors.red, - text = colors.blue, - conflict = colors.magenta, -} - -colors.black = util.darken(colors.bg, 0.8, "#000000") -colors.border_highlight = colors.blue -colors.border = colors.black - --- Popups and statusline should always be darker -colors.bg_popup = colors.bg_alt -colors.bg_statusline = colors.bg_alt - --- Sidebar and Floats -colors.bg_sidebar = colors.bg_alt -colors.bg_float = colors.bg_alt - -colors.bg_visual = util.darken(colors.blue, 0.2) -colors.bg_search = util.darken(colors.cyan, 0.3) -colors.fg_sidebar = colors.fg_alt - -colors.error = colors.red_br -colors.warning = colors.yellow -colors.info = colors.blue -colors.hint = colors.white_br -colors.variable = colors.white - -return colors diff --git a/lua/catppuccino/color_schemes/neon_latte.lua b/lua/catppuccino/color_schemes/neon_latte.lua deleted file mode 100644 index 35dcf5a..0000000 --- a/lua/catppuccino/color_schemes/neon_latte.lua +++ /dev/null @@ -1,67 +0,0 @@ -local util = require("catppuccino.utils.util") - -local colors = { - none = "NONE", - bg = "#150b26", -- nvim bg - fg = "#FDEBC3", -- fg color (text) - fg_gutter = "#3b4261", - black = "#393b44", - gray = "#2a2e36", - red = "#CF4F6D", - green = "#51ee72", - yellow = "#FFE070", - blue = "#96e2f0", - magenta = "#d97bf2", - cyan = "#63cdcf", - white = "#dfdfe0", - orange = "#EDC580", - pink = "#D67AD2", - black_br = "#7f8c98", - red_br = "#e06c75", - green_br = "#58cd8b", - yellow_br = "#FFE37E", - blue_br = "#84CEE4", - magenta_br = "#B8A1E3", - cyan_br = "#59F0FF", - white_br = "#FDEBC3", - orange_br = "#F6A878", - pink_br = "#DF97DB", - comment = "#526175", -} - -util.bg = colors.bg -colors.bg_alt = util.darken(colors.bg, 0.75, "#000000") -colors.bg_highlight = util.brighten(colors.bg, 0.05) -colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") - -colors.diff = { -- git and native diffs - add = colors.blue, - change = colors.yellow, - delete = colors.red, - text = colors.blue, - conflict = colors.magenta, -} - -colors.black = util.darken(colors.bg, 0.8, "#000000") -colors.border_highlight = colors.blue -colors.border = colors.black - --- Popups and statusline should always be darker -colors.bg_popup = colors.bg_alt -colors.bg_statusline = colors.bg_alt - --- Sidebar and Floats -colors.bg_sidebar = colors.bg_alt -colors.bg_float = colors.bg_alt - -colors.bg_visual = util.darken(colors.blue, 0.2) -colors.bg_search = util.darken(colors.cyan, 0.3) -colors.fg_sidebar = colors.fg_alt - -colors.error = colors.red_br -colors.warning = colors.yellow -colors.info = colors.blue -colors.hint = colors.white_br -colors.variable = colors.white - -return colors diff --git a/lua/catppuccino/color_schemes/soft_manilo.lua b/lua/catppuccino/color_schemes/soft_manilo.lua deleted file mode 100644 index 085e9da..0000000 --- a/lua/catppuccino/color_schemes/soft_manilo.lua +++ /dev/null @@ -1,67 +0,0 @@ -local util = require("catppuccino.utils.util") - -local colors = { - none = "NONE", - bg = "#222424", -- nvim bg - fg = "#B9BFCA", -- fg color (text) - fg_gutter = "#3b415c", - black = "#393b44", - gray = "#353B45", - red = "#CF637E", - green = "#AACE8D", - yellow = "#dbc074", - blue = "#90C7F4", - magenta = "#D59EE6", - cyan = "#73D2D4", - white = "#dfdfe0", - orange = "#F4A261", - pink = "#D67AD2", - black_br = "#7f8c98", - red_br = "#E68991", - green_br = "#95C270", - yellow_br = "#FFE37E", - blue_br = "#84CEE4", - magenta_br = "#B8A1E3", - cyan_br = "#70F3FF", - white_br = "#FDEBC3", - orange_br = "#F8B58C", - pink_br = "#DF97DB", - comment = "#526175", -} - -util.bg = colors.bg -colors.bg_alt = util.darken(colors.bg, 0.75, "#000000") -colors.bg_highlight = util.brighten(colors.bg, 0.05) -colors.fg_alt = util.darken(colors.fg, 0.60, "#000000") - -colors.diff = { -- git and native diffs - add = colors.blue, - change = colors.yellow, - delete = colors.red, - text = colors.blue, - conflict = colors.magenta, -} - -colors.black = util.darken(colors.bg, 0.8, "#000000") -colors.border_highlight = colors.blue -colors.border = colors.black - --- Popups and statusline should always be darker -colors.bg_popup = colors.bg_alt -colors.bg_statusline = colors.bg_alt - --- Sidebar and Floats -colors.bg_sidebar = colors.bg_alt -colors.bg_float = colors.bg_alt - -colors.bg_visual = util.darken(colors.blue, 0.2) -colors.bg_search = util.darken(colors.cyan, 0.3) -colors.fg_sidebar = colors.fg_alt - -colors.error = colors.red_br -colors.warning = colors.yellow -colors.info = colors.blue -colors.hint = colors.white_br -colors.variable = colors.white - -return colors