Skip to main content

max / makeover

711 B · 40 lines History Blame Raw
1 # Colors adapted from Ayu, used under the MIT License.
2 # https://github.com/ayu-theme/ayu-colors
3 # Copyright (c) Konstantin Pschera <me@kons.ch>
4 #
5 # Adaptation only: the palette is re-expressed into makeover's intent
6 # schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
7
8 [meta]
9 name = "Ayu Light"
10 variant = "light"
11
12 [surface]
13 page = "#e7eaed"
14 raised = "#f2f4f6"
15 sunken = "#d0d4d8"
16 overlay = "#dde1e5"
17
18 [content]
19 primary = "#5c6166"
20
21 [action]
22 primary = "#399ee6"
23
24 [status]
25 danger = "#f07171"
26 success = "#86b300"
27 warning = "#ffaa33"
28 info = "#55b4d4"
29
30 [line]
31 border = "#828c9a"
32
33 [category]
34 one = "#f07171"
35 two = "#86b300"
36 three = "#399ee6"
37 four = "#ffaa33"
38 five = "#a37acc"
39 six = "#55b4d4"
40