From 36fdb1c8ba091db3b02f16498af08cb974b223e9 Mon Sep 17 00:00:00 2001 From: Robert Kubosz Date: Tue, 13 Nov 2018 22:52:54 +0100 Subject: fork from khamer/base16-i3 Add new colorschemes, changed the way how theme is loaded. --- colors/base16-classic-light.config | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 colors/base16-classic-light.config (limited to 'colors/base16-classic-light.config') diff --git a/colors/base16-classic-light.config b/colors/base16-classic-light.config deleted file mode 100644 index 22ff371..0000000 --- a/colors/base16-classic-light.config +++ /dev/null @@ -1,21 +0,0 @@ -## Base16 Classic Light -# Author: Jason Heeris (http://heeris.id.au) -# -# You can use these variables anywhere in the i3 configuration file. - -set $base00 #F5F5F5 -set $base01 #E0E0E0 -set $base02 #D0D0D0 -set $base03 #B0B0B0 -set $base04 #505050 -set $base05 #303030 -set $base06 #202020 -set $base07 #151515 -set $base08 #AC4142 -set $base09 #D28445 -set $base0A #F4BF75 -set $base0B #90A959 -set $base0C #75B5AA -set $base0D #6A9FB5 -set $base0E #AA759F -set $base0F #8F5536 -- cgit