new laptop

This commit is contained in:
2021-08-17 17:27:14 +02:00
parent 4bc26c943b
commit 7f01e3c578
334 changed files with 22147 additions and 33 deletions

View File

@ -49,12 +49,12 @@ shell:
working_directory: None
mouse:
hide_when_typing: true
url:
launcher:
program: xdg-open
args: []
#mouse:
# hide_when_typing: true
# url:
# launcher:
# program: xdg-open
# args: []
mouse_bindings:
- { mouse: Middle, mods: Shift, action: PasteSelection }
@ -155,28 +155,28 @@ key_bindings:
# BEGIN ACE
colors:
primary:
background: '0x0C130C'
foreground: '0xdedbcb'
background: '0x030806'
foreground: '0xEEEFE6'
cursor:
text: '0x0C130C'
cursor: '0xdedbcb'
text: '0x030806'
cursor: '0xEEEFE6'
normal:
black: '0x0C130C'
black: '0x030806'
red: '0x606855'
green: '0x946634'
yellow: '0x718778'
blue: '0xB29863'
magenta: '0x7A9083'
cyan: '0xA3AA95'
white: '0xdedbcb'
green: '0x976432'
yellow: '0x73897B'
blue: '0xB89C60'
magenta: '0xA3AA96'
cyan: '0xCFCAA9'
white: '0xEEEFE6'
bright:
black: '0x9b998e'
black: '0x666666'
red: '0x606855'
green: '0x946634'
yellow: '0x718778'
blue: '0xB29863'
magenta: '0x7A9083'
cyan: '0xA3AA95'
white: '0xdedbcb'
green: '0x976432'
yellow: '0x73897B'
blue: '0xB89C60'
magenta: '0xA3AA96'
cyan: '0xCFCAA9'
white: '0xEEEFE6'
# END ACE