summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/pencil_light.yaml
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
committerThanosApollo <[email protected]>2022-10-27 03:03:43 +0300
commit4c917edb480f043c9de090882a4888571dff4610 (patch)
tree69d0d17e5057a2bb5b2674f8dd0311898aa4f060 /.config/alacritty/colorschemes/pencil_light.yaml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/pencil_light.yaml')
-rw-r--r--.config/alacritty/colorschemes/pencil_light.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/pencil_light.yaml b/.config/alacritty/colorschemes/pencil_light.yaml
new file mode 100644
index 0000000..10db04d
--- /dev/null
+++ b/.config/alacritty/colorschemes/pencil_light.yaml
@@ -0,0 +1,26 @@
+# Colors (Pencil Light)
+colors:
+ # Default Colors
+ primary:
+ background: '0xf1f1f1'
+ foreground: '0x424242'
+ # Normal colors
+ normal:
+ black: '0x212121'
+ red: '0xc30771'
+ green: '0x10a778'
+ yellow: '0xa89c14'
+ blue: '0x008ec4'
+ magenta: '0x523c79'
+ cyan: '0x20a5ba'
+ white: '0xe0e0e0'
+ # Bright colors
+ bright:
+ black: '0x212121'
+ red: '0xfb007a'
+ green: '0x5fd7af'
+ yellow: '0xf3e430'
+ blue: '0x20bbfc'
+ magenta: '0x6855de'
+ cyan: '0x4fb8cc'
+ white: '0xf1f1f1'