diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:25:30 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:12 +0100 |
| commit | fa17a5238d61ebcbd65798fe03e30e18096a0041 (patch) | |
| tree | a27685fdedffcf91918842bd4f51df31b6d3873e /.config | |
| parent | 1ee7dc771aa34959c265dab31c315f5add2a8837 (diff) | |
new theme
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mako/config | 2 | ||||
| -rw-r--r-- | .config/sway/config | 5 | ||||
| -rw-r--r-- | .config/waybar/style.css | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/.config/mako/config b/.config/mako/config index 8f2217c..fba8fe7 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -11,7 +11,7 @@ width=500 height=300 background-color=#1C1C1Cee text-color=#FCFAF2ff -border-color=#0B346Edd +border-color=#3e355add border-radius=3 progress-color=source #0B346Edd diff --git a/.config/sway/config b/.config/sway/config index 8284f0f..a2a64e4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -81,8 +81,9 @@ set $text #FCFAF2 set $text2 #BDC0BA set $bg #1C1C1C set $bg2 #434343 -set $main #0B346F -set $main2 #005CAF +set $main #4e4371 +set $main2 #3e355a + set $urgent #DB4D6D set $urgent2 #CB1B45 # set $indicator #FAD689 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7bac15e..e3d6206 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ @define-color foreground #fffefe; @define-color background #221e1d; -@define-color accent #005CAF; -@define-color accentdarker #0B346F; +@define-color accent #4e4371; +@define-color accentdarker #3e355a; @define-color dimmed #777777; @define-color dimmeddarker #302a29; @define-color urgent #db4d6d; |