diff --git a/home/dot_config/foot/foot.ini.tmpl b/home/dot_config/foot/foot.ini.tmpl index 3ac923e..64de58e 100644 --- a/home/dot_config/foot/foot.ini.tmpl +++ b/home/dot_config/foot/foot.ini.tmpl @@ -35,6 +35,9 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }} include = /usr/share/foot/themes/selenized-dark +[colors] +alpha = 0.92 + [environment] # name=value diff --git a/home/dot_config/sway/config.d/swayfx b/home/dot_config/sway/config.d/swayfx index df92095..55aa310 100644 --- a/home/dot_config/sway/config.d/swayfx +++ b/home/dot_config/sway/config.d/swayfx @@ -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 diff --git a/home/dot_config/sway/config.d/window_rules b/home/dot_config/sway/config.d/window_rules index 3ef2dde..b0de088 100644 --- a/home/dot_config/sway/config.d/window_rules +++ b/home/dot_config/sway/config.d/window_rules @@ -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 diff --git a/home/private_dot_mozilla/private_firefox/chrome/userChrome.css b/home/private_dot_mozilla/private_firefox/chrome/userChrome.css new file mode 100644 index 0000000..cb10696 --- /dev/null +++ b/home/private_dot_mozilla/private_firefox/chrome/userChrome.css @@ -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; +}