Compare commits
2 Commits
1bac8ab0ed
...
cd620c532c
Author | SHA1 | Date |
---|---|---|
raute | cd620c532c | |
raute | 7018cfb9e6 |
|
@ -0,0 +1,74 @@
|
|||
[global]
|
||||
footer = 'standout,bold','','light green,bold','dark blue','#{{base04-hex}},bold','#{{base01-hex}}'
|
||||
body = '','','light gray','black','','black'
|
||||
notify_error = 'standout','','light gray','dark red','light gray','dark red'
|
||||
notify_normal = '','','light gray','black','light gray','#68a'
|
||||
prompt = '','','light gray','black','light gray','black'
|
||||
tag = '','','yellow','','yellow',''
|
||||
tag_focus = 'standout, bold','','yellow','','yellow',''
|
||||
[help]
|
||||
text = '','','light gray','dark gray','light gray','dark gray'
|
||||
section = 'underline','','white,underline','dark gray','white,underline','dark gray'
|
||||
title = 'standout','','white,underline','dark gray','white,underline','dark gray'
|
||||
[bufferlist]
|
||||
line_even = '','','light gray','black','light gray','black'
|
||||
line_odd = '','','light gray','black','light gray','black'
|
||||
line_focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
[namedqueries]
|
||||
line_even = '','','light gray','black','light gray','black'
|
||||
line_odd = '','','light gray','black','light gray','black'
|
||||
line_focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
[taglist]
|
||||
line_even = '','','light gray','black','light gray','black'
|
||||
line_odd = '','','light gray','black','light gray','black'
|
||||
line_focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
[thread]
|
||||
arrow_heads = '','','dark red','black','dark red','black'
|
||||
arrow_bars = '','','dark red','black','dark red','black'
|
||||
attachment = '','','yellow,bold','black','yellow,bold','black'
|
||||
attachment_focus = 'standout','','black','yellow','#{{base0A-hex}},bold','#{{base02-hex}}'
|
||||
body = '','','light gray','black','light gray','black'
|
||||
body_focus = '','','light gray','black','light gray','dark gray'
|
||||
header = '','','dark cyan','black','dark cyan','black'
|
||||
header_key = '','','dark cyan','black','dark cyan','black'
|
||||
header_value = '','','dark cyan','black','dark cyan','black'
|
||||
|
||||
[[summary]]
|
||||
even = '','','light gray','black','light gray','black'
|
||||
odd = '','','light gray','black','light gray','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
|
||||
[envelope]
|
||||
body = '','','light gray','black','light gray','black'
|
||||
header = '','','dark cyan','black','dark cyan','black'
|
||||
header_key = '','','dark cyan','black','dark cyan','black'
|
||||
header_value = '','','dark cyan','black','dark cyan','black'
|
||||
[search]
|
||||
[[threadline]]
|
||||
normal = '','','light gray','black','light gray','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
parts = date,authors,mailcount,subject,tags
|
||||
[[[date]]]
|
||||
normal = '','','light gray','black','#{{base0C-hex}}','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
width = 'fit',10,10
|
||||
alignment = right
|
||||
[[[mailcount]]]
|
||||
normal = '','','light gray','black','#{{base03-hex}}','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
width = 'fit', 5,5
|
||||
[[[tags]]]
|
||||
normal = '','','yellow','black','#{{base03-hex}}','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
[[[authors]]]
|
||||
normal = '','','light gray','black','light gray','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
width = 'fit',25,25
|
||||
[[[subject]]]
|
||||
normal = '','','light gray','black','light gray','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
width = 'weight', 1
|
||||
[[[content]]]
|
||||
normal = '','','light gray','black','light gray','black'
|
||||
focus = 'standout','','black','dark cyan','black','dark cyan'
|
||||
width = 'weight', 1
|
4
link.sh
4
link.sh
|
@ -15,7 +15,7 @@ link() {
|
|||
fi
|
||||
|
||||
if [ -e "$dst" ] && [ ! -L "$dst" ]; then
|
||||
echo "Destination exists and is not a symlink." >&2
|
||||
echo "Destination exists and is not a symlink: $dst" >&2
|
||||
exit 4
|
||||
fi
|
||||
|
||||
|
@ -38,6 +38,8 @@ cd "$(dirname "$(readlink -f "$0")")" || exit 1
|
|||
link ./alacritty/alacritty.yml "$HOME/.config/alacritty/alacritty.yml"
|
||||
link ./alacritty/theme.mustache "$HOME/.local/share/flavours/base16/templates/alacritty/templates/custom.mustache"
|
||||
|
||||
link ./alot/theme.mustache "$HOME/.local/share/flavours/base16/templates/alot/templates/custom.mustache"
|
||||
|
||||
link ./fish/abbr.fish "$HOME/.config/fish/abbr.fish"
|
||||
link ./fish/config.fish "$HOME/.config/fish/config.fish"
|
||||
link ./fish/theme.mustache "$HOME/.local/share/flavours/base16/templates/fish/templates/custom.mustache"
|
||||
|
|
Loading…
Reference in New Issue