mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 17:30:30 -07:00
add catppuccin theme | treesitter highlights
This commit is contained in:
parent
41ff17a730
commit
8fc78aca39
3 changed files with 91 additions and 0 deletions
35
lua/hl_themes/catppuccin.lua
Normal file
35
lua/hl_themes/catppuccin.lua
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
local colors = {
|
||||
white = "#D9E0EE",
|
||||
darker_black = "#191828",
|
||||
black = "#1E1D2D", -- nvim bg
|
||||
black2 = "#252434",
|
||||
one_bg = "#282737", -- real bg of onedark
|
||||
one_bg2 = "#313040",
|
||||
one_bg3 = "#393848",
|
||||
grey = "#424151",
|
||||
grey_fg = "#494858",
|
||||
grey_fg2 = "#504f5f",
|
||||
light_grey = "#585767",
|
||||
red = "#F28FAD",
|
||||
baby_pink = "#ffa5c3",
|
||||
pink = "#F5C2E7",
|
||||
line = "#2a2e36", -- for lines like vertsplit
|
||||
green = "#ABE9B3",
|
||||
vibrant_green = "#b6f4be",
|
||||
nord_blue = "#8bc2f0",
|
||||
blue = "#96CDFB",
|
||||
yellow = "#FAE3B0",
|
||||
sun = "#ffe9b6",
|
||||
purple = "#DDB6F2",
|
||||
dark_purple = "#d5aeea",
|
||||
teal = "#B5E8E0",
|
||||
orange = "#F8BD96",
|
||||
cyan = "#89DCEB",
|
||||
statusline_bg = "#232232",
|
||||
lightbg = "#2f2e3e",
|
||||
lightbg2 = "#282737",
|
||||
pmenu_bg = "#ABE9B3",
|
||||
folder_bg = "#96CDFB",
|
||||
}
|
||||
|
||||
return colors
|
||||
Loading…
Add table
Add a link
Reference in a new issue