max / makeover
| 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 | [surface] |
| 9 | page = "#1F1F28" |
| 10 | raised = "#363646" |
| 11 | sunken = "#2A2A37" |
| 12 | overlay = "#16161D" |
| 13 | |
| 14 | [content] |
| 15 | primary = "#DCD7BA" |
| 16 | secondary = "#C8C093" |
| 17 | muted = "#727169" |
| 18 | |
| 19 | [action] |
| 20 | primary = "#7E9CD8" |
| 21 | |
| 22 | [status] |
| 23 | danger = "#E46876" |
| 24 | success = "#98BB6C" |
| 25 | warning = "#E6C384" |
| 26 | info = "#7FB4CA" |
| 27 | |
| 28 | [line] |
| 29 | border = "#54546D" |
| 30 | |
| 31 | [category] |
| 32 | one = "#E46876" |
| 33 | two = "#98BB6C" |
| 34 | three = "#7E9CD8" |
| 35 | four = "#E6C384" |
| 36 | five = "#957FB8" |
| 37 | six = "#7FB4CA" |
| 38 |