first upload

This commit is contained in:
2025-04-08 15:56:39 +03:00
commit 8ea248d4e6
21 changed files with 3596 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[env]
WINIT_X11_SCALE_FACTOR = "1.0"
[window]
padding = { x = 10, y = 10 }
opacity = 0.6
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Bold" }
size = 13
[terminal]
shell = "/usr/bin/fish"
[general]
import = [
"~/.config/alacritty/themes/blood_moon.toml"
]

View File

@@ -0,0 +1,28 @@
# Colors (Blood Moon)
# Default colors
[colors.primary]
background = '#10100E'
foreground = '#C6C6C4'
# Normal colors
[colors.normal]
black = '#10100E'
red = '#C40233'
green = '#009F6B'
yellow = '#FFD700'
blue = '#0087BD'
magenta = '#9A4EAE'
cyan = '#20B2AA'
white = '#C6C6C4'
# Bright colors
[colors.bright]
black = '#696969'
red = '#FF2400'
green = '#03C03C'
yellow = '#FDFF00'
blue = '#007FFF'
magenta = '#FF1493'
cyan = '#00CCCC'
white = '#FFFAFA'