Compare commits
4 commits
0ee2c66e69
...
9fd5ddc89a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fd5ddc89a | |||
| 8a67721cfb | |||
| 0e835cd59f | |||
| 3cc3bd7ad9 |
4 changed files with 53 additions and 5 deletions
|
|
@ -35,6 +35,9 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
|||
|
||||
include = /usr/share/foot/themes/selenized-dark
|
||||
|
||||
[colors]
|
||||
alpha = 0.92
|
||||
|
||||
[environment]
|
||||
# name=value
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue