Initial commit, i3/x11 setup
This commit is contained in:
commit
69ada937c0
4 changed files with 384 additions and 0 deletions
58
alacritty/alacritty.toml
Normal file
58
alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
|
||||
[colors.bright]
|
||||
black = "0x555555"
|
||||
blue = "0x5555ff"
|
||||
cyan = "0x00eaff"
|
||||
green = "0x55ff55"
|
||||
magenta = "0xff55ff"
|
||||
red = "0xff5555"
|
||||
white = "0xffffff"
|
||||
yellow = "0xffff55"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0x00eaff"
|
||||
text = "0x000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x000000"
|
||||
blue = "0x337bff"
|
||||
cyan = "0x00aaaa"
|
||||
green = "0x00aa00"
|
||||
magenta = "0xaa00aa"
|
||||
red = "0xaa0000"
|
||||
white = "0xaaaaaa"
|
||||
yellow = "0xaa5500"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x000000"
|
||||
foreground = "0x00eaff"
|
||||
|
||||
[colors.selection]
|
||||
background = "0x00a8b5"
|
||||
text = "0x000000"
|
||||
|
||||
[cursor]
|
||||
style = "Block"
|
||||
vi_mode_style = "Beam"
|
||||
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
|
||||
[window]
|
||||
decorations = "full"
|
||||
dynamic_padding = false
|
||||
dynamic_title = true
|
||||
opacity = 1.0
|
||||
|
||||
[window.padding]
|
||||
x = 6
|
||||
y = 4
|
||||
|
||||
[general]
|
||||
live_config_reload = true
|
||||
|
||||
[font]
|
||||
size = 12.0
|
||||
normal = { family = "monospace", style = "Regular" }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue