summary refs log tree commit diff
path: root/.config/sway/config.d/colors.conf
blob: 4a0f1f52010291700d3023709f2aaff8527f8896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: ft=swayconfig

font pango:Iosevka Etoile 9

set $text              #fffffb
set $text2             #bdc0ba
set $bg                #1c1c1c
set $bg2               #69b0ac
set $main              #70649a
set $main2             #8a6bbe
set $urgent            #cb1b45
set $urgent2           #db4d6d
set $indicator         $text2

client.focused           $main    $main   $text  $indicator $main
client.focused_inactive  $bg      $bg     $text2 $bg        $bg
client.unfocused         $bg      $bg     $text2 $bg        $bg
client.urgent            $urgent2 $urgent $text  $urgent2   $urgent