max / makeover
| 1 | # Based on Solarized by Ethan Schoonover — MIT License |
| 2 | # https://github.com/altercation/solarized |
| 3 | |
| 4 | [meta] |
| 5 | name = "Solarized Dark" |
| 6 | variant = "dark" |
| 7 | |
| 8 | [surface] |
| 9 | page = "#002b36" |
| 10 | raised = "#073642" |
| 11 | sunken = "#073642" |
| 12 | overlay = "#073642" |
| 13 | |
| 14 | [content] |
| 15 | primary = "#839496" |
| 16 | secondary = "#93a1a1" |
| 17 | muted = "#586e75" |
| 18 | |
| 19 | [action] |
| 20 | primary = "#268bd2" |
| 21 | |
| 22 | [status] |
| 23 | danger = "#dc322f" |
| 24 | success = "#859900" |
| 25 | warning = "#b58900" |
| 26 | info = "#2aa198" |
| 27 | |
| 28 | [line] |
| 29 | border = "#586e75" |
| 30 | |
| 31 | [category] |
| 32 | one = "#dc322f" |
| 33 | two = "#859900" |
| 34 | three = "#268bd2" |
| 35 | four = "#b58900" |
| 36 | five = "#6c71c4" |
| 37 | six = "#2aa198" |
| 38 |