Fix innactive windows colors, fix Qt6 colors

This commit is contained in:
Aleksey Samoilov 2023-06-10 00:31:27 +04:00
parent 3c27cfb1b2
commit 692e443f9e
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[Appearance]
color_scheme_path=$HOME/.config/qt6ct/colors/Catppuccin-Macchiato.conf
custom_palette=false
custom_palette=true
icon_theme=ePapirus
standard_dialogs=default
style=Fusion

View file

@ -6,18 +6,18 @@ smart_borders on
gaps inner 6
# Tittle bar font
font pango:Noto Sans 11
font pango:Noto Sans 12
# Fonts
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
# target title bg text indicator border
client.focused $blue $base $text $rosewater $blue
client.focused_inactive $pink $base $text $rosewater $pink
client.unfocused $pink $base $text $rosewater $pink
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
# target title bg text indicator border
client.focused $blue $mantle $text $rosewater $blue
client.focused_inactive $subtext0 $base $text $rosewater $subtext0
client.unfocused $subtext0 $base $text $rosewater $subtext0
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base

View file

@ -22,8 +22,8 @@
/* Reset all styles */
* {
border: 0;
border-radius: 0;
border: 0px;
border-radius: 0px;
color: #cad3f5;
padding: 0 0;
margin-right: 2px;