diff options
Diffstat (limited to '.config/alacritty/themes/github_dark.toml')
-rw-r--r-- | .config/alacritty/themes/github_dark.toml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/alacritty/themes/github_dark.toml b/.config/alacritty/themes/github_dark.toml deleted file mode 100644 index dc3a338..0000000 --- a/.config/alacritty/themes/github_dark.toml +++ /dev/null @@ -1,36 +0,0 @@ -# github Alacritty Colors - -# Default colors -[colors.primary] -background = '#24292e' -foreground = '#d1d5da' - -# Normal colors -[colors.normal] -black = '#586069' -red = '#ea4a5a' -green = '#34d058' -yellow = '#ffea7f' -blue = '#2188ff' -magenta = '#b392f0' -cyan = '#39c5cf' -white = '#d1d5da' - -# Bright colors -[colors.bright] -black = '#959da5' -red = '#f97583' -green = '#85e89d' -yellow = '#ffea7f' -blue = '#79b8ff' -magenta = '#b392f0' -cyan = '#56d4dd' -white = '#fafbfc' - -[[colors.indexed_colors]] -index = 16 -color = '#d18616' - -[[colors.indexed_colors]] -index = 17 -color = '#f97583' |