[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-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
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

View File

@ -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.