From 7f96f0f9f30cb310a6bce0686cfcca63fed0eccd Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Thu, 30 Jul 2020 14:08:29 -0700 Subject: =?UTF-8?q?=E5=BD=A1=EF=BE=9F=E2=97=89=CF=89=E2=97=89=20)=E3=81=A4?= =?UTF-8?q?=E3=83=BC=E2=98=86*=20window=20focusing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit press alt + tab to change the window focus --- src/config.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config.nim') diff --git a/src/config.nim b/src/config.nim index 0181310..db02b1f 100644 --- a/src/config.nim +++ b/src/config.nim @@ -8,8 +8,8 @@ const # if it isn't obvious, hex values go here colours* = ( - focused: "#FBFDFF", - unfocused: "#9BCDFF", + focused: "#fbfdff", + unfocused: "#295eb3", background: "#232323") init* = @[ @@ -31,4 +31,4 @@ const spawnCustom.initKey( key = "Return", mods = modifier, - command = "xterm")] \ No newline at end of file + command = "st")] \ No newline at end of file -- cgit v1.2.3