From 107ffae21083415ea9daf424af641e61a4e51084 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 11 Mar 2019 08:16:23 +0100 Subject: [PATCH] [bspwm] A few rofi and rasi and emacs colour adjustments --- home/.config/rofi/config.rasi | 2 +- home/.config/termite/config | 76 ++++++++++++++++++++++------------- home/.spacemacs | 5 +++ 3 files changed, 53 insertions(+), 30 deletions(-) diff --git a/home/.config/rofi/config.rasi b/home/.config/rofi/config.rasi index bbda6e9..a6b1bcc 100644 --- a/home/.config/rofi/config.rasi +++ b/home/.config/rofi/config.rasi @@ -134,4 +134,4 @@ configuration { /* me-accept-entry: "MouseD1";*/ /* me-accept-custom: "Control+MouseD1";*/ } -@import "/usr/share/rofi/themes/Paper.rasi" +@import "/usr/share/rofi/themes/purple.rasi" diff --git a/home/.config/termite/config b/home/.config/termite/config index ae5a7c3..bfb4d2d 100644 --- a/home/.config/termite/config +++ b/home/.config/termite/config @@ -4,37 +4,55 @@ clickable_url = true font = FuraCode Nerd Font 12 scrollback_lines = 10000 cursor_shape = block -highlight = #30343e + [colors] - -# https://github.com/chriskempson/base16-xresources/blob/master/base16-tomorrow.light.256.xresources # Base16 Tomorrow -# Scheme: Chris Kempson (http://chriskempson.com) -foreground=#373b41 -background=#ffffff -cursor=#373b41 +# Author: Chris Kempson (http://chriskempson.com) -color0=#1d1f21 -color1=#cc6666 -color2=#b5bd68 -color3=#f0c674 -color4=#81a2be -color5=#b294bb -color6=#8abeb7 -color7=#c5c8c6 -color8=#969896 -color9=#cc6666 -color10=#b5bd68 -color11=#f0c674 -color12=#81a2be -color13=#b294bb -color14=#8abeb7 -color15=#ffffff +foreground = #4d4d4c +foreground_bold = #282a2e +cursor = #282a2e +cursor_foreground = #ffffff +background = #ffffff + +# 16 color space + +# Black, Gray, Silver, White +color0 = #ffffff +color8 = #8e908c +color7 = #4d4d4c +color15 = #1d1f21 + +# Red +color1 = #c82829 +color9 = #c82829 + +# Green +color2 = #718c00 +color10 = #718c00 + +# Yellow +color3 = #eab700 +color11 = #eab700 + +# Blue +color4 = #4271ae +color12 = #4271ae + +# Purple +color5 = #8959a8 +color13 = #8959a8 + +# Teal +color6 = #3e999f +color14 = #3e999f + +# Extra colors +color16 = #f5871f +color17 = #a3685a +color18 = #e0e0e0 +color19 = #d6d6d6 +color20 = #969896 +color21 = #282a2e -color16=#de935f -color17=#a3685a -color18=#282a2e -color19=#373b41 -color20=#b4b7b4 -color21=#e0e0e0 \ No newline at end of file diff --git a/home/.spacemacs b/home/.spacemacs index 77ff068..6a4f089 100644 --- a/home/.spacemacs +++ b/home/.spacemacs @@ -102,6 +102,7 @@ values." logstash-conf ox-epub ialign + color-theme-sanityinc-tomorrow ) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() @@ -183,6 +184,10 @@ values." doom-one doom-spacegrey doom-nord + sanityinc-tomorrow-bright + sanityinc-tomorrow-blue + sanityinc-tomorrow-bright + sanityinc-tomorrow-eighties spacemacs-light spacemacs-dark) ;; If non nil the cursor color matches the state color in GUI Emacs.