summaryrefslogtreecommitdiffstats
path: root/.config/alacritty/themes/pencil_dark.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/pencil_dark.toml')
-rw-r--r--.config/alacritty/themes/pencil_dark.toml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/themes/pencil_dark.toml b/.config/alacritty/themes/pencil_dark.toml
deleted file mode 100644
index 470544c..0000000
--- a/.config/alacritty/themes/pencil_dark.toml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Colors (Pencil Dark)
-
-# Default Colors
-[colors.primary]
-background = '#212121'
-foreground = '#f1f1f1'
-
-# 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 = '#818181'
-red = '#fb007a'
-green = '#5fd7af'
-yellow = '#f3e430'
-blue = '#20bbfc'
-magenta = '#6855de'
-cyan = '#4fb8cc'
-white = '#f1f1f1'