kolejne zmiany, dużo, zebrało się
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
env:
|
||||
TERM: xterm-256color
|
||||
TERM: xterm-256color
|
||||
window:
|
||||
dimensions:
|
||||
columns: 80
|
||||
@ -34,7 +34,7 @@ font:
|
||||
style: Bold
|
||||
italic:
|
||||
family: Terminus (TTF)
|
||||
style: Italic
|
||||
style: Regular
|
||||
size: 9.0
|
||||
offset:
|
||||
x: 0
|
||||
@ -42,7 +42,7 @@ font:
|
||||
|
||||
selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
ave_to_clipboard: true
|
||||
# ave_to_clipboard: true
|
||||
|
||||
cursor:
|
||||
style: Beam
|
||||
@ -56,22 +56,22 @@ working_directory: None
|
||||
|
||||
mouse:
|
||||
hide_when_typing: true
|
||||
hints:
|
||||
launcher:
|
||||
program: xdg-open
|
||||
args: []
|
||||
#hints:
|
||||
# launcher:
|
||||
# program: xdg-open
|
||||
# args: []
|
||||
|
||||
mouse_bindings:
|
||||
- { mouse: Middle, mods: Shift, action: PasteSelection }
|
||||
- { mouse: Right, mods: Shift, action: Paste }
|
||||
- { mouse: Middle, action: None }
|
||||
- { mouse: Right, action: None }
|
||||
- { mouse: Right, mods: Shift, action: Paste }
|
||||
- { mouse: Middle, action: None }
|
||||
- { mouse: Right, action: None }
|
||||
|
||||
key_bindings:
|
||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||
- { key: V, mods: Alt, action: Paste}
|
||||
- { key: J, mods: Alt, action: IncreaseFontSize }
|
||||
- { key: K, mods: Alt, action: DecreaseFontSize }
|
||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||
- { key: V, mods: Alt, action: Paste }
|
||||
- { key: J, mods: Alt, action: IncreaseFontSize }
|
||||
- { key: K, mods: Alt, action: DecreaseFontSize }
|
||||
# - { key: J, mods: Shift, action: ScrollLineUp}
|
||||
# - { key: K, mods: Shift, action: ScrollLineDown}
|
||||
# { mouse: Middle, action: PasteSelection }
|
||||
@ -79,8 +79,8 @@ key_bindings:
|
||||
#- { key: Copy, action: Copy }
|
||||
#- { key: L, mods: Control, action: ClearLogNotice }
|
||||
#- { key: L, mods: Control, mode: ~Vi, chars: "\x0c" }
|
||||
- { key: PageUp, mods: Shift, action: ScrollPageUp, }
|
||||
- { key: PageDown, mods: Shift, action: ScrollPageDown }
|
||||
- { key: PageUp, mods: Shift, action: ScrollPageUp }
|
||||
- { key: PageDown, mods: Shift, action: ScrollPageDown }
|
||||
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
|
||||
#- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
|
||||
|
||||
@ -230,41 +230,38 @@ key_bindings:
|
||||
# cyan: '0x8ec07c'
|
||||
# white: '0xebdbb2'
|
||||
|
||||
|
||||
|
||||
# Colors (Hyper)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xffffff'
|
||||
cursor:
|
||||
text: '0xF81CE5'
|
||||
cursor: '0xffffff'
|
||||
#colors:
|
||||
# # Default colors
|
||||
# primary:
|
||||
# background: '0x000000'
|
||||
# foreground: '0xffffff'
|
||||
# cursor:
|
||||
# text: '0xF81CE5'
|
||||
# cursor: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xfe0100'
|
||||
green: '0x33ff00'
|
||||
yellow: '0xfeff00'
|
||||
blue: '0x0066ff'
|
||||
magenta: '0xcc00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xd0d0d0'
|
||||
# Normal colors
|
||||
# normal:
|
||||
# black: '0x000000'
|
||||
# red: '0xfe0100'
|
||||
# green: '0x33ff00'
|
||||
# yellow: '0xfeff00'
|
||||
# blue: '0x0066ff'
|
||||
# magenta: '0xcc00ff'
|
||||
# cyan: '0x00ffff'
|
||||
# white: '0xd0d0d0'
|
||||
|
||||
# Bright colors
|
||||
# bright:
|
||||
# black: '0x808080'
|
||||
# red: '0xfe0100'
|
||||
# green: '0x33ff00'
|
||||
# yellow: '0xfeff00'
|
||||
# blue: '0x0066ff'
|
||||
# magenta: '0xcc00ff'
|
||||
# cyan: '0x00ffff'
|
||||
# white: '0xFFFFFF'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x808080'
|
||||
red: '0xfe0100'
|
||||
green: '0x33ff00'
|
||||
yellow: '0xfeff00'
|
||||
blue: '0x0066ff'
|
||||
magenta: '0xcc00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xFFFFFF'
|
||||
|
||||
|
||||
# Colors (Gotham)
|
||||
# colors:
|
||||
# # Default colors
|
||||
@ -296,28 +293,28 @@ colors:
|
||||
# BEGIN ACE
|
||||
colors:
|
||||
primary:
|
||||
background: '0x0C0F11'
|
||||
foreground: '0xdfecee'
|
||||
background: '0x0f0e09'
|
||||
foreground: '0xdbcdac'
|
||||
cursor:
|
||||
text: '0x0C0F11'
|
||||
cursor: '0xdfecee'
|
||||
text: '0x0f0e09'
|
||||
cursor: '0xdbcdac'
|
||||
normal:
|
||||
black: '0x0C0F11'
|
||||
red: '0x23837B'
|
||||
green: '0x297889'
|
||||
yellow: '0x507785'
|
||||
blue: '0x38B3BF'
|
||||
magenta: '0x539DA8'
|
||||
cyan: '0xA5CCD5'
|
||||
white: '0xdfecee'
|
||||
black: '0x0f0e09'
|
||||
red: '0x6B5835'
|
||||
green: '0x324443'
|
||||
yellow: '0x746A46'
|
||||
blue: '0x8C552E'
|
||||
magenta: '0x89784D'
|
||||
cyan: '0x9F8D5E'
|
||||
white: '0xdbcdac'
|
||||
bright:
|
||||
black: '0x9ca5a6'
|
||||
red: '0x23837B'
|
||||
green: '0x297889'
|
||||
yellow: '0x507785'
|
||||
blue: '0x38B3BF'
|
||||
magenta: '0x539DA8'
|
||||
cyan: '0xA5CCD5'
|
||||
white: '0xdfecee'
|
||||
black: '0x998f78'
|
||||
red: '0x6B5835'
|
||||
green: '0x324443'
|
||||
yellow: '0x746A46'
|
||||
blue: '0x8C552E'
|
||||
magenta: '0x89784D'
|
||||
cyan: '0x9F8D5E'
|
||||
white: '0xdbcdac'
|
||||
|
||||
# END ACE
|
||||
|
Reference in New Issue
Block a user