nowe podejście

This commit is contained in:
2022-04-19 17:56:00 +02:00
parent 8c1b3b2423
commit 060b2022d2
25 changed files with 397 additions and 83 deletions

View File

@ -15,6 +15,7 @@ window:
dynamic_padding: true
dynamic_title: true
decorations: none
opacity: 0.9
class:
instance: Alacritty
general: Alacritty
@ -39,8 +40,6 @@ font:
x: 0
y: 0
background_opacity: 0.9
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
ave_to_clipboard: true
@ -159,43 +158,138 @@ key_bindings:
#- { key: N, mods: Command, action: SpawnNewInstance }
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
# 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' }
# # Colors (Gruvbox dark)
# colors:
# # Default colors
# primary:
# # hard contrast: background = '0x1d2021'
# background: '0x282828'
# # soft contrast: background = '0x32302f'
# foreground: '0xebdbb2'
# # Normal colors
# normal:
# black: '0x282828'
# red: '0xcc241d'
# green: '0x98971a'
# yellow: '0xd79921'
# blue: '0x458588'
# magenta: '0xb16286'
# cyan: '0x689d6a'
# white: '0xa89984'
# # Bright colors
# bright:
# black: '0x928374'
# red: '0xfb4934'
# green: '0xb8bb26'
# yellow: '0xfabd2f'
# blue: '0x83a598'
# magenta: '0xd3869b'
# cyan: '0x8ec07c'
# white: '0xebdbb2'
# Colors (Hyper)
colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xbcbcbc'
# Colors the cursor will use if `custom_cursor_colors` is true
foreground: '0xffffff'
cursor:
text: '0x262626'
cursor: '0xbcbcbc'
text: '0xF81CE5'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x262626'
red: '0x5f8787'
green: '0x87af87'
yellow: '0x5f8787'
blue: '0xffffaf'
magenta: '0x87afd7'
cyan: '0x5f875f'
white: '0xbcbcbc'
black: '0x000000'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xd0d0d0'
# Bright colors
bright:
black: '0x6c6c6c'
red: '0x5f8787'
green: '0x87af87'
yellow: '0x5f8787'
blue: '0xffffaf'
magenta: '0x87afd7'
cyan: '0x5f875f'
white: '0xffffff'
black: '0x808080'
red: '0xfe0100'
green: '0x33ff00'
yellow: '0xfeff00'
blue: '0x0066ff'
magenta: '0xcc00ff'
cyan: '0x00ffff'
white: '0xFFFFFF'
# Colors (Gotham)
# colors:
# # Default colors
# primary:
# background: '0x0a0f14'
# foreground: '0x98d1ce'
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' }
# # Normal colors
# normal:
# black: '0x0a0f14'
# red: '0xc33027'
# green: '0x26a98b'
# yellow: '0xedb54b'
# blue: '0x195465'
# magenta: '0x4e5165'
# cyan: '0x33859d'
# white: '0x98d1ce'
# # Bright colors
# bright:
# black: '0x10151b'
# red: '0xd26939'
# green: '0x081f2d'
# yellow: '0x245361'
# blue: '0x093748'
# magenta: '0x888ba5'
# cyan: '0x599caa'
# white: '0xd3ebe9'