From 692e443f9ea5cffe9214f19d8c18258345080714 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sat, 10 Jun 2023 00:31:27 +0400 Subject: [PATCH] Fix innactive windows colors, fix Qt6 colors --- etc/skel/.config/qt6ct/qt6ct.conf | 2 +- etc/sway/theme | 16 ++++++++-------- etc/xdg/xdg-tileos/waybar/style.css | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/skel/.config/qt6ct/qt6ct.conf b/etc/skel/.config/qt6ct/qt6ct.conf index 8e04f52..5102cb6 100644 --- a/etc/skel/.config/qt6ct/qt6ct.conf +++ b/etc/skel/.config/qt6ct/qt6ct.conf @@ -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 diff --git a/etc/sway/theme b/etc/sway/theme index a308c3d..260b4d4 100644 --- a/etc/sway/theme +++ b/etc/sway/theme @@ -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 diff --git a/etc/xdg/xdg-tileos/waybar/style.css b/etc/xdg/xdg-tileos/waybar/style.css index 70b228b..83f9fed 100644 --- a/etc/xdg/xdg-tileos/waybar/style.css +++ b/etc/xdg/xdg-tileos/waybar/style.css @@ -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;