aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-equilibrium-gray-light.json
blob: a462bb249168a59c13289b2bb2d7e391fad216e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
  "name": "base16",
  "schemeName": "Equilibrium Gray Light",
  "author": "Carlo Abelli",
  "slug": "equilibrium-gray-light",
  "slugUnderscored": "equilibrium_gray_light",
  "system": "base16",
  "variant": "light",
  "isLightVariant": "true",
  "schemaVersion": 1,
  "colors": {
    "background": {
      "hex": "#1b1b1b",
      "palette": 234
    },
    "foreground": {
      "hex": "#474747",
      "palette": 237
    },
    "frame_focused": {
      "hex": "#0073b5",
      "palette": 63
    },
    "frame_important": {
      "hex": "#637200",
      "palette": 29
    },
    "text_focused": {
      "hex": "#0073b5",
      "palette": 63
    },
    "text_active": {
      "hex": "#0073b5",
      "palette": 63
    },
    "text_disabled": {
      "hex": "#5e5e5e",
      "palette": 246
    },
    "text_hidden": {
      "hex": "#777777",
      "palette": 249
    },
    "text_warning": {
      "hex": "#9d6f00",
      "palette": 214
    },
    "text_error": {
      "hex": "#d02023",
      "palette": 166
    },
    "overlay_background": {
      "hex": "#303030",
      "palette": 235
    },
    "overlay_foreground": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "overlay_border": {
      "hex": "#0073b5",
      "palette": 63
    },
    "overlay_focused_border": {
      "hex": "#0073b5",
      "palette": 63
    },
    "overlay_focused_text": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "shortcuts_background": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "shortcuts_foreground": {
      "hex": "#1b1b1b",
      "palette": 234
    },
    "shortcuts_background_focused": {
      "hex": "#637200",
      "palette": 29
    },
    "shortcuts_foreground_focused": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "button_background_normal": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "button_foreground_normal": {
      "hex": "#1b1b1b",
      "palette": 234
    },
    "button_background_active": {
      "hex": "#4e66b6",
      "palette": 134
    },
    "button_foreground_active": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "header_background": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "header_foreground": {
      "hex": "#0073b5",
      "palette": 63
    },
    "footer_background": {
      "hex": "#0073b5",
      "palette": 63
    },
    "footer_foreground": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "banner_background": {
      "hex": "#0073b5",
      "palette": 63
    },
    "banner_foreground": {
      "hex": "#1b1b1b",
      "palette": 234
    },
    "list_header_background": {
      "hex": "#4e66b6",
      "palette": 134
    },
    "list_header_foreground": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "list_header_highlighted_background": {
      "hex": "#0073b5",
      "palette": 134
    },
    "list_header_highlighted_foreground": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "list_item_highlighted_background": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "list_item_highlighted_foreground": {
      "hex": "#0073b5",
      "palette": 63
    },
    "list_item_active_background": {
      "hex": "#0073b5",
      "palette": 214
    },
    "list_item_active_foreground": {
      "hex": "#f1f1f1",
      "palette": 15
    },
    "list_item_active_highlighted_background": {
      "hex": "#9d6f00",
      "palette": 134
    },
    "list_item_active_highlighted_foreground": {
      "hex": "#f1f1f1",
      "palette": 237
    }
  }
}