max / makeover
| 1 | # Based on Material Palenight by Mattia Astorino — MIT License |
| 2 | # https://github.com/material-theme/vsc-material-theme |
| 3 | |
| 4 | [meta] |
| 5 | name = "Palenight" |
| 6 | variant = "dark" |
| 7 | |
| 8 | [surface] |
| 9 | page = "#292d3e" |
| 10 | raised = "#1b1e2b" |
| 11 | sunken = "#34324a" |
| 12 | overlay = "#202331" |
| 13 | |
| 14 | [content] |
| 15 | primary = "#a6accd" |
| 16 | secondary = "#959dcb" |
| 17 | muted = "#676e95" |
| 18 | |
| 19 | [action] |
| 20 | primary = "#82aaff" |
| 21 | |
| 22 | [status] |
| 23 | danger = "#f07178" |
| 24 | success = "#c3e88d" |
| 25 | warning = "#ffcb6b" |
| 26 | info = "#89ddff" |
| 27 | |
| 28 | [line] |
| 29 | border = "#3a3f58" |
| 30 | |
| 31 | [category] |
| 32 | one = "#f07178" |
| 33 | two = "#c3e88d" |
| 34 | three = "#82aaff" |
| 35 | four = "#ffcb6b" |
| 36 | five = "#c792ea" |
| 37 | six = "#89ddff" |
| 38 |