updated dotfiles

This commit is contained in:
Jake Pullen
2025-05-07 07:15:53 +01:00
parent 33745682e9
commit c4a219212c
9 changed files with 502 additions and 19 deletions
+65 -15
View File
@@ -3,9 +3,9 @@ live_config_reload = true
working_directory = "None"
# Themes --
import = [
"~/.config/alacritty/nordic.toml",
"~/.config/alacritty/keybinds.toml"
import = [
"~/.config/alacritty/nordic.toml",
"~/.config/alacritty/keybinds.toml",
]
[window]
@@ -21,26 +21,76 @@ columns = 160
lines = 80
[cursor.style]
shape= "Beam"
shape = "Beam"
blinking = "Never"
[colors]
#transparent_background_colors = true
draw_bold_text_with_bright_colors = true
# [colors]
# #transparent_background_colors = true
# draw_bold_text_with_bright_colors = true
# [env]
# TERM = "xterm-256color"
# [font]
# #glyph_offset = { x = 1, y = 0 }
# normal.family = "MesloLGS Nerd Font Mono"
# normal.style = "Regular"
# size = 16.0
# [font.bold]
# family = "MesloLGS Nerd Font Mono"
# style = "Bold"
# [font.italic]
# family = "MesloLGS Nerd Font Mono"
# style = "Italic"
[env]
TERM = "xterm-256color"
[font]
#glyph_offset = { x = 1, y = 0 }
normal.family = "MesloLGS Nerd Font Mono"
normal.style = "Regular"
size = 16.0
size = 14
[font.normal]
family = "Inconsolata Nerd Font"
style = "Regular"
[font.bold]
family = "MesloLGS Nerd Font Mono"
family = "Inconsolata Nerd Font"
style = "Bold"
[font.italic]
family = "MesloLGS Nerd Font Mono"
family = "Inconsolata Nerd Font"
style = "Italic"
[font.bold_italic]
family = "Inconsolata Nerd Font"
style = "Bold Italic"
[colors.primary]
background = "#10131c"
foreground = "#bbc2cf"
[colors.normal]
black = "#32344a"
red = "#f7768e"
green = "#9ece6a"
yellow = "#e0af68"
blue = "#7aa2f7"
magenta = "#ad8ee6"
cyan = "#449dab"
white = "#787c99"
[colors.bright]
black = "#444b6a"
red = "#ff7a93"
green = "#b9f27c"
yellow = "#ff9e64"
blue = "#7da6ff"
magenta = "#bb9af7"
cyan = "#0db9d7"
white = "#acb0d0"
[selection]
save_to_clipboard = false
[terminal.shell]
program = "/usr/bin/zsh"