generated from shgysk8zer0/jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault-theme.xml
43 lines (41 loc) · 2.31 KB
/
default-theme.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2016 GNOME Builder Team at irc.gimp.net/"#gnome-builder
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY"; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
-->
<palette id="default-theme" name="Default Theme">
<color name="default-color-light" value="#343434" />
<color name="primary-color-light" value="#fafafa" />
<color name="accent-color-light" value="#007bff" />
<color name="contrast-color-light" value="#4c4c4c" />
<color name="alt-color-light" value="#fefefe" />
<color name="button-active-background-light" value="#2660BC" />
<color name="button-disabled-background-light" value="#787878" />
<color name="button-disabled-color-light" value="#4e4e4e" />
<color name="button-accept-background-light" value="#28a745" />
<color name="button-accept-active-background-light" value="#157a0c" />
<color name="button-reject-background-light" value="#dc3545" />
<color name="button-reject-active-background-light" value="#7a0c0c" />
<color name="default-color-dark" value="#BBBBBB" />
<color name="primary-color-dark" value="#2a2a2e" />
<color name="accent-color-dark" value="#007bff" />
<color name="contrast-color-dark" value="#AAAAAA" />
<color name="alt-color-dark" value="#FAFAFA" />
<color name="button-default-background-dark" value="#DFDFDF" />
<color name="button-default-color-dark" value="#585858" />
<color name="button-active-background-dark" value="#2660BC" />
<color name="button-disabled-background-dark" value="#787878" />
<color name="button-disabled-color-dark" value="#4e4e4e" />
<color name="button-accept-background-dark" value="#28a745" />
<color name="button-accept-active-background-dark" value="#157a0c" />
<color name="button-reject-background-dark" value="#dc3545" />
<color name="button-reject-active-background-dark" value="#7a0c0c" />
</palette>