Add alacrity
This commit is contained in:
75
dot_config/alacritty/catppuccin-mocha.toml
Normal file
75
dot_config/alacritty/catppuccin-mocha.toml
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
[colors.primary]
|
||||||
|
background = "#1E1E2E"
|
||||||
|
foreground = "#CDD6F4"
|
||||||
|
dim_foreground = "#CDD6F4"
|
||||||
|
bright_foreground = "#CDD6F4"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
text = "#1E1E2E"
|
||||||
|
cursor = "#F5E0DC"
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
text = "#1E1E2E"
|
||||||
|
cursor = "#B4BEFE"
|
||||||
|
|
||||||
|
[colors.search.matches]
|
||||||
|
foreground = "#1E1E2E"
|
||||||
|
background = "#A6ADC8"
|
||||||
|
|
||||||
|
[colors.search.focused_match]
|
||||||
|
foreground = "#1E1E2E"
|
||||||
|
background = "#A6E3A1"
|
||||||
|
|
||||||
|
[colors.footer_bar]
|
||||||
|
foreground = "#1E1E2E"
|
||||||
|
background = "#A6ADC8"
|
||||||
|
|
||||||
|
[colors.hints.start]
|
||||||
|
foreground = "#1E1E2E"
|
||||||
|
background = "#F9E2AF"
|
||||||
|
|
||||||
|
[colors.hints.end]
|
||||||
|
foreground = "#1E1E2E"
|
||||||
|
background = "#A6ADC8"
|
||||||
|
|
||||||
|
[colors.selection]
|
||||||
|
text = "#1E1E2E"
|
||||||
|
background = "#F5E0DC"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#45475A"
|
||||||
|
red = "#F38BA8"
|
||||||
|
green = "#A6E3A1"
|
||||||
|
yellow = "#F9E2AF"
|
||||||
|
blue = "#89B4FA"
|
||||||
|
magenta = "#F5C2E7"
|
||||||
|
cyan = "#94E2D5"
|
||||||
|
white = "#BAC2DE"
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#585B70"
|
||||||
|
red = "#F38BA8"
|
||||||
|
green = "#A6E3A1"
|
||||||
|
yellow = "#F9E2AF"
|
||||||
|
blue = "#89B4FA"
|
||||||
|
magenta = "#F5C2E7"
|
||||||
|
cyan = "#94E2D5"
|
||||||
|
white = "#A6ADC8"
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#45475A"
|
||||||
|
red = "#F38BA8"
|
||||||
|
green = "#A6E3A1"
|
||||||
|
yellow = "#F9E2AF"
|
||||||
|
blue = "#89B4FA"
|
||||||
|
magenta = "#F5C2E7"
|
||||||
|
cyan = "#94E2D5"
|
||||||
|
white = "#BAC2DE"
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 16
|
||||||
|
color = "#FAB387"
|
||||||
|
|
||||||
|
[[colors.indexed_colors]]
|
||||||
|
index = 17
|
||||||
|
color = "#F5E0DC"
|
||||||
109
dot_config/alacritty/private_alacritty.toml
Normal file
109
dot_config/alacritty/private_alacritty.toml
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
|
||||||
|
[bell]
|
||||||
|
animation = "EaseOutExpo"
|
||||||
|
color = "#ffffff"
|
||||||
|
duration = 0
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
draw_bold_text_with_bright_colors = false
|
||||||
|
|
||||||
|
[colors.bright]
|
||||||
|
black = "#36393d"
|
||||||
|
blue = "#2e4bea"
|
||||||
|
cyan = "#54d9ff"
|
||||||
|
green = "#47c930"
|
||||||
|
magenta = "#cc15ed"
|
||||||
|
red = "#ce2727"
|
||||||
|
white = "#dbdbdb"
|
||||||
|
yellow = "#fff138"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = "#d8dee9"
|
||||||
|
text = "#191919"
|
||||||
|
|
||||||
|
[colors.dim]
|
||||||
|
black = "#676f78"
|
||||||
|
blue = "#707fd0"
|
||||||
|
cyan = "#8adaf1"
|
||||||
|
green = "#78a670"
|
||||||
|
magenta = "#c583d0"
|
||||||
|
red = "#b55454"
|
||||||
|
white = "#e0e3e7"
|
||||||
|
yellow = "#faf380"
|
||||||
|
|
||||||
|
[colors.normal]
|
||||||
|
black = "#191919"
|
||||||
|
blue = "#314ad0"
|
||||||
|
cyan = "#32d0fc"
|
||||||
|
green = "#40a62f"
|
||||||
|
magenta = "#b30ad0"
|
||||||
|
red = "#b02626"
|
||||||
|
white = "#acadb1"
|
||||||
|
yellow = "#f2e635"
|
||||||
|
|
||||||
|
[colors.vi_mode_cursor]
|
||||||
|
cursor = "CellForeground"
|
||||||
|
text = "CellBackground"
|
||||||
|
|
||||||
|
[cursor]
|
||||||
|
blink_interval = 75
|
||||||
|
style = "Block"
|
||||||
|
thickness = 0.1
|
||||||
|
unfocused_hollow = true
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
log_level = "Warn"
|
||||||
|
persistent_logging = false
|
||||||
|
print_events = false
|
||||||
|
render_timer = false
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM = "alacritty"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 10
|
||||||
|
|
||||||
|
[font.glyph_offset]
|
||||||
|
x = 0
|
||||||
|
y = 0
|
||||||
|
|
||||||
|
[font.normal]
|
||||||
|
family = "monospace"
|
||||||
|
style = "Medium"
|
||||||
|
|
||||||
|
[font.offset]
|
||||||
|
x = 1
|
||||||
|
y = -2
|
||||||
|
|
||||||
|
[[mouse.bindings]]
|
||||||
|
action = "Copy"
|
||||||
|
mouse = "Middle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[scrolling]
|
||||||
|
history = 10000
|
||||||
|
multiplier = 1
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = false
|
||||||
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = false
|
||||||
|
dynamic_title = true
|
||||||
|
opacity = 0.95
|
||||||
|
title = "Alacritty"
|
||||||
|
|
||||||
|
[window.class]
|
||||||
|
general = "Alacritty"
|
||||||
|
instance = "Alacritty"
|
||||||
|
|
||||||
|
[window.padding]
|
||||||
|
x = 4
|
||||||
|
y = 4
|
||||||
|
|
||||||
|
[general]
|
||||||
|
live_config_reload = true
|
||||||
|
working_directory = "None"
|
||||||
|
import = ["/home/marcin/.config/alacritty/catppuccin/catppuccin-mocha.toml"]
|
||||||
Reference in New Issue
Block a user