hosts/{apeturescience,cityseventeen}: init apeturescience, change font and size in cityseventeen
This commit is contained in:
parent
ea7dd98c09
commit
717a0b8a21
35 changed files with 1234 additions and 91 deletions
61
hosts/apeturescience/skel/alacritty/alacritty.toml
Normal file
61
hosts/apeturescience/skel/alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,61 @@
|
|||
[window]
|
||||
decorations = "None"
|
||||
|
||||
[window.padding]
|
||||
x = 12
|
||||
y = 12
|
||||
|
||||
[font]
|
||||
size = 12
|
||||
|
||||
[colors.primary]
|
||||
background = '0x191724'
|
||||
foreground = '0xe0def4'
|
||||
|
||||
[colors.cursor]
|
||||
text = '0x191724'
|
||||
cursor = '0xe0def4'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x1f1d2e'
|
||||
red = '0xeb6f92'
|
||||
green = '0x31748f'
|
||||
yellow = '0xebbcba'
|
||||
blue = '0xc4a7e7'
|
||||
magenta = '0xf6c177'
|
||||
cyan = '0x9ccfd8'
|
||||
white = '0xe0def4'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x26233a'
|
||||
red = '0xeb6f92'
|
||||
green = '0x31748f'
|
||||
yellow = '0xebbcba'
|
||||
blue = '0xc4a7e7'
|
||||
magenta = '0xf6c177'
|
||||
cyan = '0x9ccfd8'
|
||||
white = '0x524f67'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = "0xf6c177"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = "0x524f67"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 18
|
||||
color = "0x1f1d2e"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 19
|
||||
color = "0x26233a"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 20
|
||||
color = "0x908caa"
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 21
|
||||
color = "0xe0def4"
|
Loading…
Add table
Add a link
Reference in a new issue