diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/pencil_light.toml')
-rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/pencil_light.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/pencil_light.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/pencil_light.toml new file mode 100644 index 0000000..a985b10 --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/pencil_light.toml @@ -0,0 +1,28 @@ +# Colors (Pencil Light) + +# Default Colors +[colors.primary] +background = '#f1f1f1' +foreground = '#424242' + +# Normal colors +[colors.normal] +black = '#212121' +red = '#c30771' +green = '#10a778' +yellow = '#a89c14' +blue = '#008ec4' +magenta = '#523c79' +cyan = '#20a5ba' +white = '#e0e0e0' + +# Bright colors +[colors.bright] +black = '#212121' +red = '#fb007a' +green = '#5fd7af' +yellow = '#f3e430' +blue = '#20bbfc' +magenta = '#6855de' +cyan = '#4fb8cc' +white = '#f1f1f1' |