nie wiem co zmieniałem, a dużo tego było
This commit is contained in:
@ -26,12 +26,18 @@ scrolling:
|
||||
# Font configuration
|
||||
font:
|
||||
normal:
|
||||
family: xos4 Terminus
|
||||
family: Terminus (TTF)
|
||||
style: Regular
|
||||
bold:
|
||||
family: Terminus (TTF)
|
||||
style: Bold
|
||||
italic:
|
||||
family: Terminus (TTF)
|
||||
style: Italic
|
||||
size: 9.0
|
||||
offset:
|
||||
x: 0
|
||||
y: 1
|
||||
y: 0
|
||||
|
||||
background_opacity: 0.9
|
||||
|
||||
@ -49,12 +55,12 @@ shell:
|
||||
|
||||
working_directory: None
|
||||
|
||||
#mouse:
|
||||
# hide_when_typing: true
|
||||
# url:
|
||||
# launcher:
|
||||
# program: xdg-open
|
||||
# args: []
|
||||
mouse:
|
||||
hide_when_typing: true
|
||||
hints:
|
||||
launcher:
|
||||
program: xdg-open
|
||||
args: []
|
||||
|
||||
mouse_bindings:
|
||||
- { mouse: Middle, mods: Shift, action: PasteSelection }
|
||||
@ -152,31 +158,44 @@ key_bindings:
|
||||
#- { key: W, mods: Command, action: Quit }
|
||||
#- { key: N, mods: Command, action: SpawnNewInstance }
|
||||
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
|
||||
# BEGIN ACE
|
||||
colors:
|
||||
primary:
|
||||
background: '0x030806'
|
||||
foreground: '0xEEEFE6'
|
||||
cursor:
|
||||
text: '0x030806'
|
||||
cursor: '0xEEEFE6'
|
||||
normal:
|
||||
black: '0x030806'
|
||||
red: '0x606855'
|
||||
green: '0x976432'
|
||||
yellow: '0x73897B'
|
||||
blue: '0xB89C60'
|
||||
magenta: '0xA3AA96'
|
||||
cyan: '0xCFCAA9'
|
||||
white: '0xEEEFE6'
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0x606855'
|
||||
green: '0x976432'
|
||||
yellow: '0x73897B'
|
||||
blue: '0xB89C60'
|
||||
magenta: '0xA3AA96'
|
||||
cyan: '0xCFCAA9'
|
||||
white: '0xEEEFE6'
|
||||
|
||||
# END ACE
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xbcbcbc'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x262626'
|
||||
cursor: '0xbcbcbc'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x262626'
|
||||
red: '0x5f8787'
|
||||
green: '0x87af87'
|
||||
yellow: '0x5f8787'
|
||||
blue: '0xffffaf'
|
||||
magenta: '0x87afd7'
|
||||
cyan: '0x5f875f'
|
||||
white: '0xbcbcbc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x6c6c6c'
|
||||
red: '0x5f8787'
|
||||
green: '0x87af87'
|
||||
yellow: '0x5f8787'
|
||||
blue: '0xffffaf'
|
||||
magenta: '0x87afd7'
|
||||
cyan: '0x5f875f'
|
||||
white: '0xffffff'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xff8700' }
|
||||
- { index: 17, color: '0x5f87af' }
|
||||
- { index: 18, color: '0x303030' }
|
||||
- { index: 19, color: '0x333333' }
|
||||
- { index: 20, color: '0x787878' }
|
||||
- { index: 21, color: '0xc9c9c9' }
|
||||
|
Reference in New Issue
Block a user