From 197d4c87bc9785ee1e843cc3042067a137069197 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 23 Jan 2025 12:02:05 +0200 Subject: [PATCH] Update alacritty theme --- home/config/alacritty/alacritty.toml | 6 +--- .../alacritty/tomorrow-night-gardev.toml | 32 +++++++++++++++++++ home/config/alacritty/tomorrow-night.toml | 4 +-- 3 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 home/config/alacritty/tomorrow-night-gardev.toml diff --git a/home/config/alacritty/alacritty.toml b/home/config/alacritty/alacritty.toml index b604461..dffd5ee 100644 --- a/home/config/alacritty/alacritty.toml +++ b/home/config/alacritty/alacritty.toml @@ -1,15 +1,11 @@ -terminal.shell = '/bin/zsh' - [general] import = [ - "~/.config/alacritty/themes/themes/tomorrow_night.toml" + "~/.config/alacritty/tomorrow-night-gardev.toml" ] [window] padding = { x = 16, y = 8 } dynamic_title = true -opacity = 0.8 -blur = true [scrolling] history = 10000 diff --git a/home/config/alacritty/tomorrow-night-gardev.toml b/home/config/alacritty/tomorrow-night-gardev.toml new file mode 100644 index 0000000..01e4d5e --- /dev/null +++ b/home/config/alacritty/tomorrow-night-gardev.toml @@ -0,0 +1,32 @@ +# Colors (Tomorrow Night) + +# Default colors +[colors.primary] +background = '#27292C' +foreground = '#c5c8c6' + +[colors.cursor] +text = '#1d1f21' +cursor = '#ffffff' + +# Normal colors +[colors.normal] +black = '#1d1f21' +red = '#cc6666' +green = '#C2C67B' +yellow = '#F3D086' +blue = '#92B2CA' +magenta = '#C0A7C7' +cyan = '#99C9C3' +white = '#373b41' + +# Bright colors +[colors.bright] +black = '#C9C9C9' +red = '#ff3334' +green = '#9ec400' +yellow = '#f0c674' +blue = '#81a2be' +magenta = '#b77ee0' +cyan = '#54ced6' +white = '#282a2e' diff --git a/home/config/alacritty/tomorrow-night.toml b/home/config/alacritty/tomorrow-night.toml index 7e612f8..579ebd8 100644 --- a/home/config/alacritty/tomorrow-night.toml +++ b/home/config/alacritty/tomorrow-night.toml @@ -14,10 +14,10 @@ cursor = '#ffffff' black = '#1d1f21' red = '#cc6666' green = '#b5bd68' -yellow = '#f0c674' +yellow = '#e6c547' blue = '#81a2be' magenta = '#b294bb' -cyan = '#8abeb7' +cyan = '#70c0ba' white = '#373b41' # Bright colors