[bspwm] A few rofi and rasi and emacs colour adjustments

This commit is contained in:
Sebastian Schulze 2019-03-11 08:16:23 +01:00
parent 52eed23506
commit 107ffae210
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 53 additions and 30 deletions

View File

@ -134,4 +134,4 @@ configuration {
/* me-accept-entry: "MouseD1";*/ /* me-accept-entry: "MouseD1";*/
/* me-accept-custom: "Control+MouseD1";*/ /* me-accept-custom: "Control+MouseD1";*/
} }
@import "/usr/share/rofi/themes/Paper.rasi" @import "/usr/share/rofi/themes/purple.rasi"

View File

@ -4,37 +4,55 @@ clickable_url = true
font = FuraCode Nerd Font 12 font = FuraCode Nerd Font 12
scrollback_lines = 10000 scrollback_lines = 10000
cursor_shape = block cursor_shape = block
highlight = #30343e
[colors] [colors]
# https://github.com/chriskempson/base16-xresources/blob/master/base16-tomorrow.light.256.xresources
# Base16 Tomorrow # Base16 Tomorrow
# Scheme: Chris Kempson (http://chriskempson.com) # Author: Chris Kempson (http://chriskempson.com)
foreground=#373b41
background=#ffffff
cursor=#373b41
color0=#1d1f21 foreground = #4d4d4c
color1=#cc6666 foreground_bold = #282a2e
color2=#b5bd68 cursor = #282a2e
color3=#f0c674 cursor_foreground = #ffffff
color4=#81a2be background = #ffffff
color5=#b294bb
color6=#8abeb7 # 16 color space
color7=#c5c8c6
color8=#969896 # Black, Gray, Silver, White
color9=#cc6666 color0 = #ffffff
color10=#b5bd68 color8 = #8e908c
color11=#f0c674 color7 = #4d4d4c
color12=#81a2be color15 = #1d1f21
color13=#b294bb
color14=#8abeb7 # Red
color15=#ffffff 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

View File

@ -102,6 +102,7 @@ values."
logstash-conf logstash-conf
ox-epub ox-epub
ialign ialign
color-theme-sanityinc-tomorrow
) )
;; A list of packages that cannot be updated. ;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '() dotspacemacs-frozen-packages '()
@ -183,6 +184,10 @@ values."
doom-one doom-one
doom-spacegrey doom-spacegrey
doom-nord doom-nord
sanityinc-tomorrow-bright
sanityinc-tomorrow-blue
sanityinc-tomorrow-bright
sanityinc-tomorrow-eighties
spacemacs-light spacemacs-light
spacemacs-dark) spacemacs-dark)
;; If non nil the cursor color matches the state color in GUI Emacs. ;; If non nil the cursor color matches the state color in GUI Emacs.