[Build] Run build
This commit is contained in:
parent
e7f6be4291
commit
e98f5c2bd7
@ -7,12 +7,12 @@
|
|||||||
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/games-books-films/doom-the-dark-ages/doom-the-dark-ages-logo.jpg
|
exec = swaybg -m fill -i /home/janis/NextCloud/Wallpapers/games-books-films/doom-the-dark-ages/doom-the-dark-ages-logo.jpg
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgba(645b47cc) rgba(593521cc) rgba(1f120ccc) 45deg
|
col.active_border = rgba(645b47cc) rgba(593521cc) rgba(5e4a4dcc) 45deg
|
||||||
col.inactive_border = rgb(000000)
|
col.inactive_border = rgb(000000)
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
shadow {
|
shadow {
|
||||||
color = rgb(282828)
|
color = rgb(000002)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
* {
|
* {
|
||||||
background: #141414;
|
background: #0A0A0F;
|
||||||
background-selected: #1E1E1E;
|
background-selected: #141419;
|
||||||
foreground: #E6E6E6;
|
foreground: #C8DCFF;
|
||||||
accent: #645B47;
|
accent: #645B47;
|
||||||
accent-two: #593521;
|
accent-two: #593521;
|
||||||
// border-color: #1F120C;
|
// border-color: #5E4A4D;
|
||||||
inactive: #C8C8C8;
|
inactive: #C8C8C8;
|
||||||
spacing: 2;
|
spacing: 2;
|
||||||
width: 30em;
|
width: 30em;
|
||||||
|
@ -7,7 +7,7 @@ window {
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #ffffff; /* text */
|
color: #ffffff; /* text */
|
||||||
background-color: rgba(20, 20, 20, 0.5);
|
background-color: rgba(10, 10, 15, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -27,7 +27,7 @@ button:hover {
|
|||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
background-color: rgb(89, 53, 33);
|
background-color: rgb(89, 53, 33);
|
||||||
color: rgb(230, 230, 230);
|
color: rgb(200, 220, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
#lock {
|
#lock {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[flavor]
|
[flavor]
|
||||||
use = "vscode-dark-modern"
|
use = "tokyo-night"
|
||||||
|
84
gtk-theme/dist/colours.css
vendored
84
gtk-theme/dist/colours.css
vendored
@ -19,13 +19,13 @@
|
|||||||
/*
|
/*
|
||||||
* ── Foreground color, main interface text colour ─────────────────────
|
* ── Foreground color, main interface text colour ─────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color fg #E6E6E6;
|
@define-color fg #C8DCFF;
|
||||||
@define-color fg_rgba_07 rgba(230, 230, 230, 0.7);
|
@define-color fg_rgba_07 rgba(200, 220, 255, 0.7);
|
||||||
@define-color fg_rgba_06 rgba(230, 230, 230, 0.6);
|
@define-color fg_rgba_06 rgba(200, 220, 255, 0.6);
|
||||||
@define-color fg_rgba_05 rgba(230, 230, 230, 0.5);
|
@define-color fg_rgba_05 rgba(200, 220, 255, 0.5);
|
||||||
@define-color fg_rgba_03 rgba(230, 230, 230, 0.3);
|
@define-color fg_rgba_03 rgba(200, 220, 255, 0.3);
|
||||||
@define-color fg_rgba_02 rgba(230, 230, 230, 0.2);
|
@define-color fg_rgba_02 rgba(200, 220, 255, 0.2);
|
||||||
@define-color fg_rgba_01 rgba(230, 230, 230, 0.1);
|
@define-color fg_rgba_01 rgba(200, 220, 255, 0.1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Foreground accent, usually brighter or darker than default ───────
|
* ── Foreground accent, usually brighter or darker than default ───────
|
||||||
@ -51,14 +51,14 @@
|
|||||||
/*
|
/*
|
||||||
* ── Accent Gradient ──────────────────────────────────────────────────
|
* ── Accent Gradient ──────────────────────────────────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color accent_gradient_1 #403A2D;
|
@define-color accent_gradient_1 #514A3A;
|
||||||
@define-color accent_gradient_2 #332F24;
|
@define-color accent_gradient_2 #494234;
|
||||||
@define-color accent_gradient_3 #29251D;
|
@define-color accent_gradient_3 #423C2F;
|
||||||
@define-color accent_gradient_4 #211E17;
|
@define-color accent_gradient_4 #3B362A;
|
||||||
@define-color accent_gradient_5 #1A1813;
|
@define-color accent_gradient_5 #353026;
|
||||||
@define-color accent_gradient_inverse_1 #9C8E6F;
|
@define-color accent_gradient_inverse_1 #7B7058;
|
||||||
@define-color accent_gradient_inverse_2 #9C8E6F;
|
@define-color accent_gradient_inverse_2 #7B7058;
|
||||||
@define-color accent_gradient_inverse_3 #9C8E6F;
|
@define-color accent_gradient_inverse_3 #7B7058;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Secondary accent colour ──────────────────────────────────────────
|
* ── Secondary accent colour ──────────────────────────────────────────
|
||||||
@ -73,7 +73,7 @@
|
|||||||
/*
|
/*
|
||||||
* ── Tertiary accent colour ───────────────────────────────────────────
|
* ── Tertiary accent colour ───────────────────────────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color accent3 #1F120C;
|
@define-color accent3 #5E4A4D;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Inactive Colour ──────────────────────────────────────────────────
|
* ── Inactive Colour ──────────────────────────────────────────────────
|
||||||
@ -97,33 +97,33 @@
|
|||||||
/*
|
/*
|
||||||
* ── Background color, main interface background ──────────────────────
|
* ── Background color, main interface background ──────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color bg #141414;
|
@define-color bg #0A0A0F;
|
||||||
@define-color bg_rgba_07 rgba(20, 20, 20, 0.7);
|
@define-color bg_rgba_07 rgba(10, 10, 15, 0.7);
|
||||||
@define-color bg_rgba_05 rgba(20, 20, 20, 0.5);
|
@define-color bg_rgba_05 rgba(10, 10, 15, 0.5);
|
||||||
@define-color bg_rgba_03 rgba(20, 20, 20, 0.3);
|
@define-color bg_rgba_03 rgba(10, 10, 15, 0.3);
|
||||||
@define-color bg_rgba_02 rgba(20, 20, 20, 0.2);
|
@define-color bg_rgba_02 rgba(10, 10, 15, 0.2);
|
||||||
@define-color bg_rgba_015 rgba(20, 20, 20, 0.15);
|
@define-color bg_rgba_015 rgba(10, 10, 15, 0.15);
|
||||||
@define-color bg_rgba_011 rgba(20, 20, 20, 0.11);
|
@define-color bg_rgba_011 rgba(10, 10, 15, 0.11);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Accent background color ──────────────────────────────────────────
|
* ── Accent background color ──────────────────────────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color bg_accent #1E1E1E;
|
@define-color bg_accent #141419;
|
||||||
@define-color bg_accent_rgba_07 rgba(30, 30, 30, 0.7);
|
@define-color bg_accent_rgba_07 rgba(20, 20, 25, 0.7);
|
||||||
@define-color bg_accent_rgba_06 rgba(30, 30, 30, 0.6);
|
@define-color bg_accent_rgba_06 rgba(20, 20, 25, 0.6);
|
||||||
@define-color bg_accent_rgba_05 rgba(30, 30, 30, 0.5);
|
@define-color bg_accent_rgba_05 rgba(20, 20, 25, 0.5);
|
||||||
@define-color bg_accent_rgba_04 rgba(30, 30, 30, 0.4);
|
@define-color bg_accent_rgba_04 rgba(20, 20, 25, 0.4);
|
||||||
@define-color bg_accent_rgba_03 rgba(30, 30, 30, 0.3);
|
@define-color bg_accent_rgba_03 rgba(20, 20, 25, 0.3);
|
||||||
@define-color bg_accent_rgba_02 rgba(30, 30, 30, 0.2);
|
@define-color bg_accent_rgba_02 rgba(20, 20, 25, 0.2);
|
||||||
@define-color bg_accent_rgba_015 rgba(30, 30, 30, 0.15);
|
@define-color bg_accent_rgba_015 rgba(20, 20, 25, 0.15);
|
||||||
@define-color bg_accent_rgba_01 rgba(30, 30, 30, 0.1);
|
@define-color bg_accent_rgba_01 rgba(20, 20, 25, 0.1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Tertiary background colour ───────────────────────────────────────
|
* ── Tertiary background colour ───────────────────────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color bg_tertiary #2D2D2D;
|
@define-color bg_tertiary #000000;
|
||||||
@define-color bg_tertiary_rgba_05 rgba(45, 45, 45, 0.5);
|
@define-color bg_tertiary_rgba_05 rgba(0, 0, 0, 0.5);
|
||||||
@define-color bg_tertiary_rgba_02 rgba(45, 45, 45, 0.2);
|
@define-color bg_tertiary_rgba_02 rgba(0, 0, 0, 0.2);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ── Inactive background colour ───────────────────────────────────────
|
* ── Inactive background colour ───────────────────────────────────────
|
||||||
@ -140,10 +140,10 @@
|
|||||||
/*
|
/*
|
||||||
* ── Shadow colours ───────────────────────────────────────────────────
|
* ── Shadow colours ───────────────────────────────────────────────────
|
||||||
*/
|
*/
|
||||||
@define-color shadow #282828;
|
@define-color shadow #000002;
|
||||||
@define-color shadow_rgba_07 rgba(40, 40, 40, 0.7);
|
@define-color shadow_rgba_07 rgba(0, 0, 2, 0.7);
|
||||||
@define-color shadow_rgba_05 rgba(40, 40, 40, 0.5);
|
@define-color shadow_rgba_05 rgba(0, 0, 2, 0.5);
|
||||||
@define-color shadow_rgba_03 rgba(40, 40, 40, 0.3);
|
@define-color shadow_rgba_03 rgba(0, 0, 2, 0.3);
|
||||||
@define-color shadow_rgba_02 rgba(40, 40, 40, 0.2);
|
@define-color shadow_rgba_02 rgba(0, 0, 2, 0.2);
|
||||||
@define-color shadow_rgba_015 rgba(40, 40, 40, 0.15);
|
@define-color shadow_rgba_015 rgba(0, 0, 2, 0.15);
|
||||||
@define-color shadow_rgba_011 rgba(40, 40, 40, 0.11);
|
@define-color shadow_rgba_011 rgba(0, 0, 2, 0.11);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user