diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/campbell.toml')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/campbell.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/campbell.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/campbell.toml new file mode 100644 index 0000000..05630b7 --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/campbell.toml @@ -0,0 +1,28 @@ +# Campbell (Windows 10 default) + +# Default colors +[colors.primary] +background = '#0c0c0c' +foreground = '#cccccc' + +# Normal colors +[colors.normal] +black = '#0c0c0c' +red = '#c50f1f' +green = '#13a10e' +yellow = '#c19c00' +blue = '#0037da' +magenta = '#881798' +cyan = '#3a96dd' +white = '#cccccc' + +# Bright colors +[colors.bright] +black = '#767676' +red = '#e74856' +green = '#16c60c' +yellow = '#f9f1a5' +blue = '#3b78ff' +magenta = '#b4009e' +cyan = '#61d6d6' +white = '#f2f2f2' |