max / makeover
| 1 | # Based on Nightfox by EdenEast — MIT License |
| 2 | # https://github.com/EdenEast/nightfox.nvim |
| 3 | |
| 4 | [meta] |
| 5 | name = "Nightfox" |
| 6 | variant = "dark" |
| 7 | |
| 8 | [surface] |
| 9 | page = "#192330" |
| 10 | raised = "#29394f" |
| 11 | sunken = "#212e3f" |
| 12 | overlay = "#131a24" |
| 13 | |
| 14 | [content] |
| 15 | primary = "#cdcecf" |
| 16 | secondary = "#aeafb0" |
| 17 | muted = "#71839b" |
| 18 | |
| 19 | [action] |
| 20 | primary = "#719cd6" |
| 21 | |
| 22 | [status] |
| 23 | danger = "#c94f6d" |
| 24 | success = "#81b29a" |
| 25 | warning = "#dbc074" |
| 26 | info = "#63cdcf" |
| 27 | |
| 28 | [line] |
| 29 | border = "#39506d" |
| 30 | |
| 31 | [category] |
| 32 | one = "#c94f6d" |
| 33 | two = "#81b29a" |
| 34 | three = "#719cd6" |
| 35 | four = "#dbc074" |
| 36 | five = "#9d79d6" |
| 37 | six = "#63cdcf" |
| 38 |