From ac8ef74f6322c0b811dc9720fbc9d6dd8fba305c Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Thu, 9 Jul 2020 03:38:17 +0300
Subject: sway color and font changes

---
 dotfiles/.config/sway/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'dotfiles')

diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 5cbf298..5cab1bf 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -19,7 +19,7 @@ default_floating_border pixel 2
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
-font pango:BlexMono Nerd Font Mono 10
+font pango:BlexMono Nerd Font Mono 9
 
 # Use Mouse+$mod to drag floating windows
 floating_modifier $mod
@@ -92,8 +92,8 @@ for_window [title="quakemite"] border none
 # Theme colors
 # class                   border  backgr. text    indic.  child_border
   client.focused          #7FAC96 #7FAC96 #1B1E25 #D8DEE9 #7FAC96
-  client.focused_inactive #1B1E25 #3B4252 #7FAC96 #1d2021 #1B1E25
-  client.unfocused        #1B1E25 #3B4252 #D8DEE9 #1d2021 #1B1E25
+  client.focused_inactive #3B4252 #3B4252 #7FAC96 #1d2021 #1B1E25
+  client.unfocused        #2B2C2B #3B4252 #D8DEE9 #1d2021 #1B1E25
   client.urgent           #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16
   client.placeholder      #FFFFFF #0C0C0C #FFFFFF #FFFFFF #3F6E90
 
-- 
cgit v1.2.3