zmiany....
This commit is contained in:
@ -13,6 +13,7 @@ window:
|
||||
y: 12
|
||||
|
||||
dynamic_padding: true
|
||||
dynamic_title: true
|
||||
decorations: none
|
||||
class:
|
||||
instance: Alacritty
|
||||
@ -38,9 +39,6 @@ selection:
|
||||
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
ave_to_clipboard: true
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
cursor:
|
||||
style: Beam
|
||||
|
||||
@ -58,24 +56,6 @@ mouse:
|
||||
program: xdg-open
|
||||
args: []
|
||||
|
||||
colors:
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xeaeaea'
|
||||
background: "#0f0e09"
|
||||
foreground: "#dbcdac"
|
||||
cursor:
|
||||
cursor: "#dbcdac"
|
||||
normal:
|
||||
black: "#0f0e09"
|
||||
red: "#6B5835"
|
||||
green: "#324443"
|
||||
yellow: "#746A46"
|
||||
blue: "#8C552E"
|
||||
magenta: "#89784D"
|
||||
cyan: "#9F8D5E"
|
||||
white: "#dbcdac"
|
||||
|
||||
mouse_bindings:
|
||||
- { mouse: Middle, mods: Shift, action: PasteSelection }
|
||||
- { mouse: Right, mods: Shift, action: Paste }
|
||||
@ -172,3 +152,31 @@ 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: '0x0C130C'
|
||||
foreground: '0xdedbcb'
|
||||
cursor:
|
||||
text: '0x0C130C'
|
||||
cursor: '0xdedbcb'
|
||||
normal:
|
||||
black: '0x0C130C'
|
||||
red: '0x606855'
|
||||
green: '0x946634'
|
||||
yellow: '0x718778'
|
||||
blue: '0xB29863'
|
||||
magenta: '0x7A9083'
|
||||
cyan: '0xA3AA95'
|
||||
white: '0xdedbcb'
|
||||
bright:
|
||||
black: '0x9b998e'
|
||||
red: '0x606855'
|
||||
green: '0x946634'
|
||||
yellow: '0x718778'
|
||||
blue: '0xB29863'
|
||||
magenta: '0x7A9083'
|
||||
cyan: '0xA3AA95'
|
||||
white: '0xdedbcb'
|
||||
|
||||
# END ACE
|
||||
|
Reference in New Issue
Block a user