mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00: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
18
lua/themes/catppuccin-base16.lua
Normal file
18
lua/themes/catppuccin-base16.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
base00 ="1E1D2D",
|
||||
base01 ="282737",
|
||||
base02 ="2f2e3e",
|
||||
base03 ="383747",
|
||||
base04 ="414050",
|
||||
base05 ="bfc6d4",
|
||||
base06 ="ccd3e1",
|
||||
base07 ="D9E0EE",
|
||||
base08 ="DDB6F2",
|
||||
base09 ="89DCEB",
|
||||
base0A ="F8BD96",
|
||||
base0B ="ABE9B3",
|
||||
base0C ="D9E0EE",
|
||||
base0D ="96CDFB",
|
||||
base0E ="F28FAD",
|
||||
base0F ="E8A2AF",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue