Skip to main content

max / makenotwork

488 B · 29 lines History Blame Raw
1 # Based on Kanagawa by Tommaso Laurenzi (rebelot) — MIT License
2 # https://github.com/rebelot/kanagawa.nvim
3
4 [meta]
5 name = "Kanagawa"
6 variant = "dark"
7
8 [background]
9 primary = "#1F1F28"
10 secondary = "#16161D"
11 tertiary = "#2A2A37"
12 surface = "#363646"
13
14 [foreground]
15 primary = "#DCD7BA"
16 secondary = "#C8C093"
17 muted = "#727169"
18
19 [accent]
20 red = "#E46876"
21 green = "#98BB6C"
22 blue = "#7E9CD8"
23 yellow = "#E6C384"
24 purple = "#957FB8"
25 cyan = "#7FB4CA"
26
27 [border]
28 default = "#54546D"
29