the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)
This commit is contained in:
5
config/user/alacritty/alacritty.toml
Normal file
5
config/user/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
import = [
|
||||
"/home/w0ryn/.config/alacritty/default.toml",
|
||||
"/home/w0ryn/.config/alacritty/theme.toml",
|
||||
"/home/w0ryn/.config/alacritty/local.toml",
|
||||
]
|
15
config/user/alacritty/default.toml
Normal file
15
config/user/alacritty/default.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[font.bold]
|
||||
family = "Monaspace Argon"
|
||||
|
||||
[font.glyph_offset]
|
||||
x = 0
|
||||
y = 1
|
||||
|
||||
[font.italic]
|
||||
family = "Monaspace Radon"
|
||||
|
||||
[font.normal]
|
||||
family = "Monaspace Neon"
|
||||
|
||||
[window]
|
||||
opacity = 0.8
|
28
config/user/alacritty/theme.toml
Normal file
28
config/user/alacritty/theme.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
# do not edit; generated by scwrypts
|
||||
# theme : main
|
||||
[colors.cursor]
|
||||
cursor = '0xeeddff'
|
||||
|
||||
[colors.primary]
|
||||
background = '0x000505'
|
||||
foreground = '0xd0f0f0'
|
||||
|
||||
[colors.normal]
|
||||
black = '0x000505'
|
||||
red = '0xc80064'
|
||||
green = '0x11bb98'
|
||||
yellow = '0x6911aa'
|
||||
blue = '0x2262bb'
|
||||
magenta = '0x9922dd'
|
||||
cyan = '0x22ccba'
|
||||
white = '0xd0f0f0'
|
||||
|
||||
[colors.bright]
|
||||
black = '0x424253'
|
||||
red = '0xff44ff'
|
||||
green = '0x44dddd'
|
||||
yellow = '0xaa44ff'
|
||||
blue = '0x229df6'
|
||||
magenta = '0xdd88ff'
|
||||
cyan = '0x88ffff'
|
||||
white = '0x7e707e'
|
Reference in New Issue
Block a user