summary refs log tree commit diff
path: root/.config/sway/colors.conf
blob: 5c3d6614cd364735fbc731bc598af25a1600ff80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set $text              #fffffb
set $text2             #bdc0ba
set $bg                #1c1c1c
#set $bg2              #202020
set $bg2               #434343
set $main              #8a6bbe
set $main2             #3c2f41
set $urgent            #cb1b45
set $urgent2           #db4d6d
set $indicator_focused #fad689
set $indicator_unfocused $bg

client.focused           $main    $main   $text  $indicator_focused   $main
#client.focused_inactive $bg      $bg     $text2 $indicator_unfocused $bg
client.focused_inactive  $main2   $main2  $text2 $indicator_unfocused $main2
client.unfocused         $bg      $bg     $text2 $indicator_unfocused $bg
#client.unfocused        $main2   $main2  $text2 $indicator_unfocused $main2
client.urgent            $urgent2 $urgent $text  $indicator_focused   $urgent