mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-19 22:59:27 +02:00
added base config
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
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: 12.5
|
||||
|
||||
offset:
|
||||
x: 0
|
||||
y: -1
|
||||
|
||||
key_bindings:
|
||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance } # Spawn new instance in same directory
|
||||
|
||||
# Thinkpad Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#171717'
|
||||
foreground: '#eeeeee'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#000000'
|
||||
blue: '#912d2d'
|
||||
magenta: '#a12529'
|
||||
red: '#cc2929' # thinkpad red
|
||||
green: '#ca131e'
|
||||
cyan: '#c11720'
|
||||
yellow: '#e20817'
|
||||
white: '#777777'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#000000'
|
||||
blue: '#c93c3c'
|
||||
magenta: '#cf2d33'
|
||||
red: '#e82e2e' # thinkpad red
|
||||
green: '#e61521'
|
||||
cyan: '#e61924'
|
||||
yellow: '#f50718'
|
||||
white: '#777777'
|
||||
|
||||
Reference in New Issue
Block a user