Adding Nvchad themes
This commit is contained in:
Submodule
+1
Submodule .config/nvim added at 521e6f872f
+20
@@ -0,0 +1,20 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
-- Path to overriding theme and highlights files
|
||||
local highlights = require "custom.highlights"
|
||||
|
||||
M.ui = {
|
||||
theme = "Cozy",
|
||||
theme_toggle = { "Cozy"},
|
||||
|
||||
hl_override = highlights.override,
|
||||
hl_add = highlights.add,
|
||||
}
|
||||
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "custom.mappings"
|
||||
|
||||
return M
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
-- Path to overriding theme and highlights files
|
||||
local highlights = require "custom.highlights"
|
||||
|
||||
M.ui = {
|
||||
theme = "Evergreen",
|
||||
theme_toggle = { "Evergreen"},
|
||||
|
||||
hl_override = highlights.override,
|
||||
hl_add = highlights.add,
|
||||
}
|
||||
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "custom.mappings"
|
||||
|
||||
return M
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
-- Path to overriding theme and highlights files
|
||||
local highlights = require "custom.highlights"
|
||||
|
||||
M.ui = {
|
||||
theme = "Natura",
|
||||
theme_toggle = { "Natura"},
|
||||
|
||||
hl_override = highlights.override,
|
||||
hl_add = highlights.add,
|
||||
}
|
||||
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "custom.mappings"
|
||||
|
||||
return M
|
||||
@@ -1,64 +0,0 @@
|
||||
local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#b2bebc",
|
||||
darker_black = "#0f1212",
|
||||
black = "#0f1212", -- nvim bg
|
||||
black2 = "#455B4C",
|
||||
one_bg = "#0f1212",
|
||||
one_bg2 = "#526852",
|
||||
one_bg3 = "#546E6C",
|
||||
grey = "#788E7D",
|
||||
grey_fg = "#b2bebc",
|
||||
grey_fg2 = "#7c8583",
|
||||
light_grey = "#7c8583",
|
||||
red = "#546E6C",
|
||||
baby_pink = "#607767",
|
||||
pink = "#718871",
|
||||
line = "#526852", -- for lines like vertsplit
|
||||
green = "#607767",
|
||||
vibrant_green = "#718871",
|
||||
nord_blue = "#526852",
|
||||
blue = "#546E6C",
|
||||
yellow = "#718871",
|
||||
sun = "#718871",
|
||||
purple = "#0f1212",
|
||||
dark_purple = "#455B4C",
|
||||
teal = "#526852",
|
||||
orange = "#546E6C",
|
||||
cyan = "#788E7D",
|
||||
statusline_bg = "#0f1212",
|
||||
lightbg = "#455B4C",
|
||||
pmenu_bg = "#607767",
|
||||
folder_bg = "#546E6C",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#0f1212",
|
||||
base01 = "#455B4C",
|
||||
base02 = "#526852",
|
||||
base03 = "#546E6C",
|
||||
base04 = "#607767",
|
||||
base05 = "#b2bebc",
|
||||
base06 = "#7c8583",
|
||||
base07 = "#788E7D",
|
||||
base08 = "#546E6C",
|
||||
base09 = "#607767",
|
||||
base0A = "#718871",
|
||||
base0B = "#788E7D",
|
||||
base0C = "#526852",
|
||||
base0D = "#546E6C",
|
||||
base0E = "#607767",
|
||||
base0F = "#718871",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
["@tag"] = { fg = M.base_30.orange },
|
||||
["@tag.delimiter"] = { fg = M.base_30.green },
|
||||
}
|
||||
|
||||
|
||||
return M
|
||||
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
|
||||
-- Path to overriding theme and highlights files
|
||||
local highlights = require "custom.highlights"
|
||||
|
||||
M.ui = {
|
||||
theme = "Sakura",
|
||||
theme_toggle = { "Sakura"},
|
||||
|
||||
hl_override = highlights.override,
|
||||
hl_add = highlights.add,
|
||||
}
|
||||
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
-- check core.mappings for table structure
|
||||
M.mappings = require "custom.mappings"
|
||||
|
||||
return M
|
||||
@@ -1,64 +0,0 @@
|
||||
|
||||
local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#efe5e4",
|
||||
darker_black = "#282738",
|
||||
black = "#282738", -- nvim bg
|
||||
black2 = "#353446",
|
||||
one_bg = "#282738",
|
||||
one_bg2 = "#3a4248",
|
||||
one_bg3 = "#AF9295",
|
||||
grey = "#a7a09f",
|
||||
grey_fg = "#efe5e4",
|
||||
grey_fg2 = "#AA7489",
|
||||
light_grey = "#E7DABE",
|
||||
red = "#D5A8AC",
|
||||
baby_pink = "#E5B9C6",
|
||||
pink = "#FECDCE",
|
||||
line = "#3a4248", -- for lines like vertsplit
|
||||
green = "#AF9295",
|
||||
vibrant_green = "#AF9295",
|
||||
nord_blue = "#E4C7B4",
|
||||
blue = "#E5B9C6",
|
||||
yellow = "#FECDCE",
|
||||
sun = "#FECDCE",
|
||||
purple = "#AA7489",
|
||||
dark_purple = "#AA7489",
|
||||
teal = "#AF9295",
|
||||
orange = "#E4C7B4",
|
||||
cyan = "#D5A8AC",
|
||||
statusline_bg = "#282738",
|
||||
lightbg = "#353446",
|
||||
pmenu_bg = "#A7C080",
|
||||
folder_bg = "#E5B9C6",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#282738",
|
||||
base01 = "#353446",
|
||||
base02 = "#3a4248",
|
||||
base03 = "#AF9295",
|
||||
base04 = "#4a5258",
|
||||
base05 = "#efe5e4",
|
||||
base06 = "#DDD0B4",
|
||||
base07 = "#E7DABE",
|
||||
base08 = "#AA7489",
|
||||
base09 = "#D5A8AC",
|
||||
base0A = "#A7C080",
|
||||
base0B = "#FECDCE",
|
||||
base0C = "#D699B6",
|
||||
base0D = "#E4C7B4",
|
||||
base0E = "#AA7489",
|
||||
base0F = "#AA7489",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
||||
M.polish_hl = {
|
||||
["@tag"] = { fg = M.base_30.orange },
|
||||
["@tag.delimiter"] = { fg = M.base_30.green },
|
||||
}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user