add configs and some media
This commit is contained in:
66
global/configs/alacritty_g/alacritty.toml
Normal file
66
global/configs/alacritty_g/alacritty.toml
Normal file
@@ -0,0 +1,66 @@
|
||||
[[colors.indexed_colors]]
|
||||
color = "0xffa066"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "0xff5d62"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "0xa6a69c"
|
||||
blue = "0x7FB4CA"
|
||||
cyan = "0x7AA89F"
|
||||
green = "0x87a987"
|
||||
magenta = "0x938AA9"
|
||||
red = "0xE46876"
|
||||
white = "0xc5c9c5"
|
||||
yellow = "0xE6C384"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x0d0c0c"
|
||||
blue = "0x8ba4b0"
|
||||
cyan = "0x8ea4a2"
|
||||
green = "0x8a9a7b"
|
||||
magenta = "0xa292a3"
|
||||
red = "0xc4746e"
|
||||
white = "0xC8C093"
|
||||
yellow = "0xc4b28a"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x181616"
|
||||
foreground = "0xc5c9c5"
|
||||
|
||||
[colors.selection]
|
||||
background = "0x2d4f67"
|
||||
foreground = "0xc8c093"
|
||||
|
||||
[font]
|
||||
size = 16.0
|
||||
|
||||
[font.bold]
|
||||
family = "FantasqueSansM Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "FantasqueSansM Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "FantasqueSansM Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "FantasqueSansM Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 3
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
startup_mode = "Maximized"
|
||||
|
||||
[window.padding]
|
||||
x = 16
|
||||
y = 16
|
||||
1047
global/configs/alacritty_g/clean/alacritty.yml
Normal file
1047
global/configs/alacritty_g/clean/alacritty.yml
Normal file
File diff suppressed because it is too large
Load Diff
1047
global/configs/alacritty_g/default/alacritty.yml
Normal file
1047
global/configs/alacritty_g/default/alacritty.yml
Normal file
File diff suppressed because it is too large
Load Diff
29
global/configs/alacritty_g/themes/midnight-haze.yaml
Normal file
29
global/configs/alacritty_g/themes/midnight-haze.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
# Midnight Haze theme
|
||||
# Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0c0c16'
|
||||
foreground: '0xd8dee9'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x2c2c3d'
|
||||
red: '0xff6e6e'
|
||||
green: '0x9ec875'
|
||||
yellow: '0xffa759'
|
||||
blue: '0x70a7d4'
|
||||
magenta: '0xd291e0'
|
||||
cyan: '0x96e0e0'
|
||||
white: '0xd8dee9'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x414166'
|
||||
red: '0xff8d8d'
|
||||
green: '0xb3d987'
|
||||
yellow: '0xffc57f'
|
||||
blue: '0x9bb3d3'
|
||||
magenta: '0xffa1ff'
|
||||
cyan: '0x9cd8d8'
|
||||
white: '0xffffff'
|
||||
Reference in New Issue
Block a user