Skip to content
Snippets Groups Projects
Verified Commit acbbdb7b authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] finalize waybar color, more contrast on standard terminal colors

parent 934018b8
No related branches found
No related tags found
No related merge requests found
## Base16 Seti UI
# Author:
# based on Base16 Seti UI
# Author: Appelgriebsch
set $base00 #151718
set $base00 #141a1b
set $base01 #282a2b
set $base02 #3B758C
set $base03 #41535B
......
......@@ -4,7 +4,7 @@ layer=overlay
width=400
height=200
font="Noto Sans 11"
text-color=#151718
text-color=#141a1b
background-color=#16a085
icons=1
max-icon-size=48
......
......@@ -52,19 +52,19 @@ cursor_shape = block
#roundness = 2.0
[colors]
# Base16 Seti UI
# Author:
# based on Base16 Seti UI
# Author: Appelgriebsch
foreground = #d6d6d6
foreground_bold = #d6d6d6
cursor = #d6d6d6
cursor_foreground = #151718
background = rgba(21, 23, 24, 0.9)
cursor_foreground = #141a1b
background = rgba(20, 26, 27, 0.9)
# 16 color space
# Black, Gray, Silver, White
color0 = #151718
color0 = #141a1b
color8 = #41535B
color7 = #d6d6d6
color15 = #ffffff
......
......@@ -8,12 +8,12 @@
/*
*
* Base16 Seti UI
* Author:
* based on Base16 Seti UI
* Author: Appelgriebsch
*
*/
@define-color base00 #151718;
@define-color base00 #141a1b;
@define-color base01 #282a2b;
@define-color base02 #3b758c;
@define-color base03 #41535b;
......@@ -202,7 +202,7 @@
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
color: @base07;
color: @base05;
}
#workspaces button.focused {
......
......@@ -10,7 +10,7 @@
window {
opacity: 0.9;
border: 2px solid #16a085;
background-color: #151718;
background-color: #141a1b;
color: #ebf8ff;
border-radius: 5px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment