Added colors.
These are from the Pure color theme. These also match my terminal.
This commit is contained in:
parent
ea24f6c8e2
commit
807ca52b2e
18
sway/config
18
sway/config
|
@ -74,15 +74,29 @@ input "1:1:AT_Translated_Set_2_keyboard" {
|
|||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
|
||||
### UI tweaks
|
||||
################################################################################
|
||||
# UI tweaks
|
||||
gaps inner 5
|
||||
gaps outer 5
|
||||
|
||||
### Colors
|
||||
# class border backgr text indicator child_border
|
||||
client.focused #12e689 #12e689 #1f212e #12e689 #12e689
|
||||
#client.focused #02a4fc #02a4fc #1f212e #02a4fc #02a4fc
|
||||
client.focused_inactive #1f212e #1f212e #aab5c6 #1f212e #1f212e
|
||||
client.unfocused #161720 #161720 #aab5c6 #161720 #161720
|
||||
client.urgent #ff4551 #ff4551 #1f212e #ff4551 #ff4551
|
||||
#client.focused #000000 #285577 #ffffff #2e9ef4 #285577
|
||||
#client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
|
||||
#client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
#client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
#client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
|
||||
### Make things a little easier easier on the eyes.
|
||||
exec redshift
|
||||
|
||||
### Font stuff
|
||||
font pango:Fira Code Medium 8
|
||||
font pango:Fira Code 8
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user