Add castero, cmus, dmenufm, zathura config

This commit is contained in:
Smirnov Olexandr 2020-12-23 21:46:50 +02:00
parent f407ac09bc
commit ae217b0fe1
19 changed files with 728 additions and 346 deletions

View file

@ -10,8 +10,6 @@ window:
x: 0
y: 0
scrolling:
history: 1000
font:
antialias: lcd
@ -33,9 +31,11 @@ font:
x: 1
y: 0
scrolling.history: 1000
cursor.style: Block
debug.render_timer: false
draw_bold_text_with_bright_colors: false
background_opacity: 0.85
background_opacity: 0.75
#dynamic_title: true
colors:
@ -49,30 +49,24 @@ colors:
text: '0xEDEBD7'
background: '0x262A3B'
normal:
black: '0x1c1f24'
red: '0xff6c6b'
green: '0x98be65'
yellow: '0xda8548'
blue: '0x51afef'
magenta: '0xc678dd'
cyan: '0x5699af'
white: '0x202328'
black: '0x32344a'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xad8ee6'
cyan: '0x449dab'
white: '0x9699a8'
bright:
black: '0x5b6268'
red: '0xda8548'
green: '0x4db5bd'
yellow: '0xecbe7b'
blue: '0x3071db'
magenta: '0xa9a1e1'
cyan: '0x46d9ff'
white: '0xdfdfdf'
cursor:
style: Block
black: '0x444b6a'
red: '0xff7a93'
green: '0xb9f27c'
yellow: '0xff9e64'
blue: '0x7da6ff'
magenta: '0xbb9af7'
cyan: '0x0db9d7'
white: '0xacb0d0'
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Alt, action: IncreaseFontSize }
- { key: Minus, mods: Alt, action: DecreaseFontSize }
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }