added xrdb fetcher

This commit is contained in:
Simon
2020-12-30 16:53:47 +01:00
parent c05d789689
commit 9b6b350fd8
8 changed files with 301 additions and 1000 deletions
+91
View File
@@ -0,0 +1,91 @@
title: Terminal
background_opacity: 0.8
env:
TERM: xterm-256color
window:
dynamic_padding: true
padding:
x: 30
y: 30
cursor:
hide_when_typing: true
font:
normal:
family: Hack Nerd Font
style: Regular
bold:
family: Hack Nerd Font
style: Bold
italic:
family: Hack Nerd Font
style: Italic
bold_italic:
family: Hack Nerd Font
style: Bold Italic
size: 11.0
offset:
x: 0
y: -1
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
schemes:
xrdb: &xrdb
primary:
background: %background%
foreground: %foreground%
normal:
black: %color0%
red: %color1%
green: %color2%
yellow: %color3%
blue: %color4%
magenta: %color5%
cyan: %color6%
white: %color7%
bright:
black: %color8%
red: %color9%
green: %color10%
yellow: %color11%
blue: %color12%
magenta: %color13%
cyan: %color14%
white: %color15%
nord: &nord
primary:
background: '#171717'
foreground: '0xD8DEE9'
normal:
black: '0x3B4252'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x88C0D0'
white: '0xE5E9F0'
bright:
black: '0x4C566A'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x8FBCBB'
white: '0xECEFF4'
#colors: *nord
colors: *xrdb