Skip to main content

max / makeover

751 B · 42 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 secondary = "#6b7580"
21 muted = "#8b9199"
22
23 [action]
24 primary = "#399ee6"
25
26 [status]
27 danger = "#f07171"
28 success = "#86b300"
29 warning = "#ffaa33"
30 info = "#55b4d4"
31
32 [line]
33 border = "#828c9a"
34
35 [category]
36 one = "#f07171"
37 two = "#86b300"
38 three = "#399ee6"
39 four = "#ffaa33"
40 five = "#a37acc"
41 six = "#55b4d4"
42