Skip to main content

max / makenotwork

500 B · 29 lines History Blame Raw
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 [background]
9 primary = "#292d3e"
10 secondary = "#202331"
11 tertiary = "#34324a"
12 surface = "#1b1e2b"
13
14 [foreground]
15 primary = "#a6accd"
16 secondary = "#959dcb"
17 muted = "#676e95"
18
19 [accent]
20 red = "#f07178"
21 green = "#c3e88d"
22 blue = "#82aaff"
23 yellow = "#ffcb6b"
24 purple = "#c792ea"
25 cyan = "#89ddff"
26
27 [border]
28 default = "#3a3f58"
29