that's a bunch of cool new stuff
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user