diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-15 17:03:48 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-15 17:03:48 +0100 |
| commit | 7cc46f0771352a1ac486df9bdeb5826712d11d33 (patch) | |
| tree | 4e9404d963cfce22c92cf59008451a9470342324 /alacritty/alacritty.yml | |
| parent | ae41ec1cb0a20fb8d344b7f385f5e5f5634545cf (diff) | |
Add new colour scheme
Diffstat (limited to 'alacritty/alacritty.yml')
| -rw-r--r-- | alacritty/alacritty.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index c617f68..9f03361 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -16,9 +16,15 @@ font: shell: program: /usr/bin/zsh +window: + opacity: 0.95 + padding: + x: 5 + y: 5 + colors: primary: - background: '#2b2b2b' + background: '#27292b' foreground: '#ffffff' bright_background: '#2b2b2b' @@ -36,7 +42,7 @@ colors: blue: '#5496ef' magenta: '#fd75ff' cyan: '#39cbcc' - white: '#f1f1f1' + white: '#eeeeee' bright: black: '#676767' @@ -46,4 +52,4 @@ colors: blue: '#7eaff4' magenta: '#fd9cff' cyan: '#6ed9d9' - white: '#ffffff' + white: '#eeeeee' |
