use pywal template
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
. "$HOME/.cache/wal/colors.sh"
|
. "$HOME/.cache/wal/colors-mango.sh"
|
||||||
|
|
||||||
export bordercolor="0x${color7:1}ff"
|
export bordercolor="$color7"
|
||||||
export focuscolor="0x${color4:1}ff"
|
export focuscolor="$color4"
|
||||||
export urgentcolor="0xad401fff"
|
export urgentcolor="0xad401fff"
|
||||||
|
|
||||||
# for simplicity, using envsubst:
|
# for simplicity, using envsubst:
|
||||||
|
|||||||
34
config/wal/templates/colors-mango.sh
Normal file
34
config/wal/templates/colors-mango.sh
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
# Shell variables
|
||||||
|
|
||||||
|
# Special
|
||||||
|
background='0x{background.strip}ff'
|
||||||
|
foreground='0x{foreground.strip}ff'
|
||||||
|
cursor='0x{cursor.strip}ff'
|
||||||
|
|
||||||
|
# Colors
|
||||||
|
color0='0x{color0.strip}ff'
|
||||||
|
color1='0x{color1.strip}ff'
|
||||||
|
color2='0x{color2.strip}ff'
|
||||||
|
color3='0x{color3.strip}ff'
|
||||||
|
color4='0x{color4.strip}ff'
|
||||||
|
color5='0x{color5.strip}ff'
|
||||||
|
color6='0x{color6.strip}ff'
|
||||||
|
color7='0x{color7.strip}ff'
|
||||||
|
color8='0x{color8.strip}ff'
|
||||||
|
color9='0x{color9.strip}ff'
|
||||||
|
color10='0x{color10.strip}ff'
|
||||||
|
color11='0x{color11.strip}ff'
|
||||||
|
color12='0x{color12.strip}ff'
|
||||||
|
color13='0x{color13.strip}ff'
|
||||||
|
color14='0x{color14.strip}ff'
|
||||||
|
color15='0x{color15.strip}ff'
|
||||||
|
|
||||||
|
# FZF colors
|
||||||
|
export FZF_DEFAULT_OPTS="
|
||||||
|
$FZF_DEFAULT_OPTS
|
||||||
|
--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
|
||||||
|
--color info:7,prompt:2,spinner:1,pointer:232,marker:1
|
||||||
|
"
|
||||||
|
|
||||||
|
# Fix LS_COLORS being unreadable.
|
||||||
|
export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:"
|
||||||
Reference in New Issue
Block a user