WM: colors unification

This commit is contained in:
He4eT 2022-06-28 02:35:45 +03:00
commit 2b180c7c03
4 changed files with 14 additions and 74 deletions

View file

@ -14,11 +14,11 @@ exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-us
# [Appearance]
# class border backgr. text indicator child_border
client.focused #444444 #444444 #dfdfdf #b9b9b9 #b9b9b9
client.focused_inactive #222222 #222222 #dfdfdf #ffffff #000000
client.unfocused #222222 #222222 #dfdfdf #ffffff #000000
client.urgent #222222 #222222 #dfdfdf #ffffff #000000
client.placeholder #222222 #222222 #dfdfdf #ffffff #000000
client.focused #444444 #444444 #dfdfdf #bdbdbd #bdbdbd
client.focused_inactive #222222 #222222 #dfdfdf #222222 #000000
client.unfocused #222222 #222222 #dfdfdf #222222 #000000
client.urgent #222222 #222222 #dfdfdf #222222 #000000
client.placeholder #222222 #222222 #dfdfdf #222222 #000000
client.background #ffffff
font pango:NotoSans 11

View file

@ -1,9 +1,8 @@
[colors]
background = #222
background-alt = #444
background = #222222
background-alt = #444444
foreground = #dfdfdf
foreground-alt = #999
primary = #444
[bar/top]
;monitor = ${env:MONITOR:HDMI-1}
@ -53,7 +52,7 @@
label-mode-padding = 2
label-mode-foreground = ${colors.foreground}
label-mode-background = ${colors.primary}
label-mode-background = ${colors.background-alt}
label-mode-underline = ${colors.foreground}
; focused = Active workspace on focused monitor
@ -157,7 +156,7 @@
label-volume = 
label-volume-foreground = ${root.foreground}
format-muted-foreground = #444
format-muted-foreground = ${colors.background-alt}
label-muted =   ═══════════════════
bar-volume-width = 20
@ -175,7 +174,7 @@
bar-volume-fill-font = 1
bar-volume-empty = ═
bar-volume-empty-font = 1
bar-volume-empty-foreground = #444
bar-volume-empty-foreground = ${colors.background-alt}
;battery
[module/battery]

View file

@ -1 +1,2 @@
rofi.theme: ./paper-float.rasi
rofi.font: NotoSans-Regular 11

View file

@ -1,23 +1,15 @@
/**
* A floating and a modified box version of the paper theme.
*
* Copyright: Dave Davenport
*/
* {
blue: #0000FF;
white: #FFFFFF;
black: #000000;
grey: #eeeeee;
spacing: 2;
background-color: #00000000;
border-color: #444444FF;
spacing: 2;
}
#window {
transparency: "screenshot";
background-color: #00000000;
border: 0;
padding: 0% 0% 1em 0%;
x-offset: 0;
@ -37,12 +29,6 @@
text-color: @back;
}
#textbox normal {
text-color: #002B36FF;
padding: 0;
border: 0;
}
#listview {
fixed-height: 1;
border: 2px;
@ -58,68 +44,22 @@
highlight: bold;
}
#element normal.normal {
text-color: @gray;
background-color: #F5F5F500;
}
#element normal.urgent {
text-color: #D75F00FF;
background-color: #F5F5F5FF;
}
#element normal.active {
text-color: @black;
background-color: #F5F5F5FF;
}
#element selected.normal {
text-color: #F5F5F5FF;
text-color: @black;
background-color: #D0D0D0FF;
}
#element selected.urgent {
text-color: #F5F5F5FF;
background-color: #D75F00FF;
background-color: #dfdfdf;
}
#element selected.active {
text-color: @black;
background-color: #D0D0D0FF;
}
#scrollbar {
border: 0;
padding: 0;
background-color: #dfdfdf;
}
#inputbar {
spacing: 0;
border: 2px;
padding: 0.5em 1em;
padding: 0.5em 0.4em;
background-color: @grey;
index: 0;
}
#inputbar normal {
foreground-color: #002B36FF;
background-color: #F5F5F500;
}
#sidebar {
border: 2px;
padding: 0.5em 1em;
background-color: @grey;
index: 10;
}
#button selected {
text-color: #4271AEFF;
}
inputbar {
children: [ prompt, textbox-prompt-colon, entry, case-indicator ];
}