Move .config to dot_config

This commit is contained in:
Hydroxycarbamide 2024-05-13 21:56:48 +02:00
parent 8b22f48063
commit 54a8d91b59
19 changed files with 0 additions and 2 deletions

View file

@ -0,0 +1,26 @@
import = ["/home/eric/.config/alacritty/catppuccin/catppuccin-macchiato.toml", "/home/eric/.config/alacritty/fonts.toml"]
live_config_reload = true
[cursor]
unfocused_hollow = false
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "alacritty"
WINIT_X11_SCALE_FACTOR = "1.0"
[window]
decorations = "none"
dynamic_title = true
startup_mode = "Windowed"
[window.dimensions]
columns = 82
lines = 25
[window.padding]
x = 13
y = 13

View file

@ -0,0 +1,75 @@
[[colors.indexed_colors]]
color = "#F5A97F"
index = 16
[[colors.indexed_colors]]
color = "#F4DBD6"
index = 17
[colors.bright]
black = "#5B6078"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#A5ADCB"
yellow = "#EED49F"
[colors.cursor]
cursor = "#F4DBD6"
text = "#24273A"
[colors.dim]
black = "#494D64"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#B8C0E0"
yellow = "#EED49F"
[colors.hints.end]
background = "#A5ADCB"
foreground = "#24273A"
[colors.hints.start]
background = "#EED49F"
foreground = "#24273A"
[colors.normal]
black = "#494D64"
blue = "#8AADF4"
cyan = "#8BD5CA"
green = "#A6DA95"
magenta = "#F5BDE6"
red = "#ED8796"
white = "#B8C0E0"
yellow = "#EED49F"
[colors.primary]
background = "#24273A"
bright_foreground = "#CAD3F5"
dim_foreground = "#CAD3F5"
foreground = "#CAD3F5"
[colors.search.focused_match]
background = "#A6DA95"
foreground = "#24273A"
[colors.footer_bar]
background = "#A5ADCB"
foreground = "#24273A"
[colors.search.matches]
background = "#A5ADCB"
foreground = "#24273A"
[colors.selection]
background = "#F4DBD6"
text = "#24273A"
[colors.vi_mode_cursor]
cursor = "#B7BDF8"
text = "#24273A"

View file

@ -0,0 +1,14 @@
[font]
size = 11
[font.bold]
family = "FiraCode Nerd Font"
[font.bold_italic]
family = "FiraCode Nerd Font"
[font.italic]
family = "FiraCode Nerd Font"
[font.normal]
family = "FiraCode Nerd Font"