Fix innactive windows colors, fix Qt6 colors
This commit is contained in:
parent
3c27cfb1b2
commit
692e443f9e
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=$HOME/.config/qt6ct/colors/Catppuccin-Macchiato.conf
|
color_scheme_path=$HOME/.config/qt6ct/colors/Catppuccin-Macchiato.conf
|
||||||
custom_palette=false
|
custom_palette=true
|
||||||
icon_theme=ePapirus
|
icon_theme=ePapirus
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=Fusion
|
style=Fusion
|
||||||
|
|
|
@ -6,18 +6,18 @@ smart_borders on
|
||||||
gaps inner 6
|
gaps inner 6
|
||||||
|
|
||||||
# Tittle bar font
|
# Tittle bar font
|
||||||
font pango:Noto Sans 11
|
font pango:Noto Sans 12
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
set $term-font Hack 11
|
set $term-font Hack 11
|
||||||
set $gui-font Noto Sans 11
|
set $gui-font Noto Sans 12
|
||||||
|
|
||||||
# Sway colors. You can change default color scheme in ~/.config/sway/config
|
# Sway colors. You can change default color scheme in ~/.config/sway/config
|
||||||
|
|
||||||
# target title bg text indicator border
|
# target title bg text indicator border
|
||||||
client.focused $blue $base $text $rosewater $blue
|
client.focused $blue $mantle $text $rosewater $blue
|
||||||
client.focused_inactive $pink $base $text $rosewater $pink
|
client.focused_inactive $subtext0 $base $text $rosewater $subtext0
|
||||||
client.unfocused $pink $base $text $rosewater $pink
|
client.unfocused $subtext0 $base $text $rosewater $subtext0
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||||
client.background $base
|
client.background $base
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
/* Reset all styles */
|
/* Reset all styles */
|
||||||
* {
|
* {
|
||||||
border: 0;
|
border: 0px;
|
||||||
border-radius: 0;
|
border-radius: 0px;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
padding: 0 0;
|
padding: 0 0;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue