diff --git a/Makefile b/Makefile index 67040d1..50f186a 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,6 @@ link: ln -fs ~/Git/dotfiles/home/.config/.aliases ~/.config/ ln -fs ~/Git/dotfiles/home/.config/btop ~/.config/ ln -fs ~/Git/dotfiles/home/.bashrc ~/ - ### Alacrity - ln -fs ~/Git/dotfiles/home/.config/alacritty/ ~/.config/ - mkdir -p ~/.config/alacritty/themes - -git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes - link_mac: @@ -69,3 +64,7 @@ hyprach: ln -fs ~/Git/dotfiles/home/.config/eww ~/.config/ ln -fs ~/Git/dotfiles/home/.config/hypr ~/.config/ ln -fs ~/Git/dotfiles/home/.config/rofi ~/.config/ + ### Alacrity + ln -fs ~/Git/dotfiles/home/.config/alacritty/ ~/.config/ + mkdir -p ~/.config/alacritty/themes + -git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes diff --git a/home/.config/alacritty/alacritty.toml b/home/.config/alacritty/alacritty.toml index 269b1e1..4b9abf8 100644 --- a/home/.config/alacritty/alacritty.toml +++ b/home/.config/alacritty/alacritty.toml @@ -1,5 +1,5 @@ import = [ - "~/.config/alacritty/themes/themes/tomorrow_night_bright.toml" + "~/.config/alacritty/themes/themes/tomorrow_night.toml" ] shell = '/bin/zsh' @@ -7,7 +7,7 @@ shell = '/bin/zsh' [window] padding = { x = 16, y = 8 } dynamic_title = true -opacity = 0.6 +opacity = 0.8 blur = true [scrolling] @@ -15,8 +15,8 @@ history = 10000 multiplier = 3 [font] -normal = { family = "CaskaydiaMono Nerd Font" } -size = 12 +normal = { family = "CaskaydiaCove Nerd Font Mono" } +size = 14 offset = { y = 1 } [cursor] diff --git a/home/.config/alacritty/tomorrow-night.toml b/home/.config/alacritty/tomorrow-night.toml new file mode 100644 index 0000000..7e612f8 --- /dev/null +++ b/home/.config/alacritty/tomorrow-night.toml @@ -0,0 +1,32 @@ +# Colors (Tomorrow Night) + +# Default colors +[colors.primary] +background = '#1d1f21' +foreground = '#c5c8c6' + +[colors.cursor] +text = '#1d1f21' +cursor = '#ffffff' + +# Normal colors +[colors.normal] +black = '#1d1f21' +red = '#cc6666' +green = '#b5bd68' +yellow = '#f0c674' +blue = '#81a2be' +magenta = '#b294bb' +cyan = '#8abeb7' +white = '#373b41' + +# Bright colors +[colors.bright] +black = '#666666' +red = '#ff3334' +green = '#9ec400' +yellow = '#f0c674' +blue = '#81a2be' +magenta = '#b77ee0' +cyan = '#54ced6' +white = '#282a2e' diff --git a/macos/Brewfile b/macos/Brewfile index ac35df2..98c50fe 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -1,6 +1,5 @@ tap 'homebrew/bundle' -brew 'alacritty' brew 'bash' brew 'bash-git-prompt' brew 'btop'