kolejne zmiany, dużo, zebrało się

This commit is contained in:
2024-11-23 09:47:23 +01:00
parent 192276ff80
commit e167001547
42 changed files with 910 additions and 313 deletions

View File

@ -0,0 +1,144 @@
[colors.bright]
black = "0x9ca5a6"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.cursor]
cursor = "0xdfecee"
text = "0x0C0F11"
[colors.normal]
black = "0x0C0F11"
blue = "0x38B3BF"
cyan = "0xA5CCD5"
green = "0x297889"
magenta = "0x539DA8"
red = "0x23837B"
white = "0xdfecee"
yellow = "0x507785"
[colors.primary]
background = "0x0C0F11"
foreground = "0xdfecee"
[cursor]
style = "Beam"
[env]
TERM = "xterm-256color"
[font]
size = 9.0
[font.bold]
family = "Terminus (TTF)"
style = "Bold"
[font.italic]
family = "Terminus (TTF)"
style = "Regular"
[font.normal]
family = "Terminus (TTF)"
style = "Regular"
[font.offset]
x = 0
y = 0
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Alt"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "J"
mods = "Alt"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "K"
mods = "Alt"
[[keyboard.bindings]]
action = "ScrollPageUp"
key = "PageUp"
mods = "Shift"
[[keyboard.bindings]]
action = "ScrollPageDown"
key = "PageDown"
mods = "Shift"
[mouse]
hide_when_typing = true
[[mouse.bindings]]
action = "PasteSelection"
mods = "Shift"
mouse = "Middle"
[[mouse.bindings]]
action = "Paste"
mods = "Shift"
mouse = "Right"
[[mouse.bindings]]
action = "None"
mouse = "Middle"
[[mouse.bindings]]
action = "None"
mouse = "Right"
[scrolling]
history = 10000
multiplier = 3
[selection]
#ave_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[terminal.shell]
args = ["-l"]
program = "/bin/zsh"
[window]
decorations = "none"
dynamic_padding = true
dynamic_title = true
opacity = 0.9
[window.class]
general = "Alacritty"
instance = "Alacritty"
[window.dimensions]
columns = 80
lines = 20
[window.padding]
x = 12
y = 12
[window.position]
x = 0
y = 0
[general]
working_directory = "None"
[terminal]

View File

@ -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