that's a bunch of cool new stuff

This commit is contained in:
2024-12-19 23:32:30 +01:00
parent ae3d29b0ee
commit ac51a31675
34 changed files with 864 additions and 517 deletions
+10 -8
View File
@@ -1,14 +1,13 @@
import = [
"~/.config/alacritty/catppuccin-mocha.toml"
]
[window]
padding.x = 10
padding.y = 10
decorations = "None"
dynamic_padding = false
dynamic_padding = true
opacity = 0.8
startup_mode = "Windowed"
dynamic_title = true
[font]
size = 11.0
@@ -30,11 +29,14 @@ style = "Regular"
[keyboard]
bindings = [
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" } #ctrl + shift + enter = open new instance in same dir
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" }, #ctrl + shift + enter = open new instance in same dir
]
[cursor]
style = "Beam"
style = "Block"
[mouse]
hide_when_typing = true
hide_when_typing = false
[general]
import = ["~/.config/alacritty/catppuccin-mocha.toml"]
+1 -1
View File
@@ -1,6 +1,6 @@
#https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
[colors.primary]
background = "#1E1E2E"
background = "#181825"
foreground = "#CDD6F4"
dim_foreground = "#CDD6F4"
bright_foreground = "#CDD6F4"