Compare commits

...

4 commits

4 changed files with 53 additions and 5 deletions

View file

@ -35,6 +35,9 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }}
include = /usr/share/foot/themes/selenized-dark
[colors]
alpha = 0.92
[environment]
# name=value

View file

@ -9,8 +9,8 @@ shadows enable
shadows_on_csd enable
shadow_blur_radius 5
shadow_offset 3 3
shadow_color #CB4B16BF
shadow_inactive_color #0000007F
shadow_color #000000BF
shadow_inactive_color #0000005F
smart_corner_radius enable
corner_radius 12
@ -20,3 +20,5 @@ layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
titlebar_separator disable
default_dim_inactive 0.1

View file

@ -1,6 +1,3 @@
# vi: ft=swayconfig
for_window [class="zoom"] floating enable
for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating disable
for_window [app_id="firefox" title="Extension:*"] floating enable

View file

@ -0,0 +1,46 @@
:root {
background: #07364299 !important;
}
tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background {
background: #07364270 !important;
}
toolbar {
background: #07364270 !important;
}
/* window transparencies */
#main-window {
background: var(--bg) !important;
}
/* navbar / tabbar / titlebar */
#nav-bar {
background: #07364270 !important;
}
#navigator-toolbox {
background: #07364270 !important;
}
#urlbar {
background: #07364270 !important;
}
#urlbar[breakout-extend="true"] {
background: #073642E0 !important;
}
browser#webext-panels-browser {
background: #07364270 !important;
}
#sidebar-main {
background: #07364270 !important;
}
hbox#browser {
background: #07364270 !important;
}