summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/campbell.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/campbell.yaml
parent1d14d2ac6e1a37184be0eaef4addeb00ee7e4f37 (diff)
Update alacritty
Diffstat (limited to '.config/alacritty/colorschemes/campbell.yaml')
-rw-r--r--.config/alacritty/colorschemes/campbell.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/colorschemes/campbell.yaml b/.config/alacritty/colorschemes/campbell.yaml
new file mode 100644
index 0000000..95dba05
--- /dev/null
+++ b/.config/alacritty/colorschemes/campbell.yaml
@@ -0,0 +1,28 @@
+# Campbell (Windows 10 default)
+colors:
+ # Default colors
+ primary:
+ background: '0x0c0c0c'
+ foreground: '0xcccccc'
+
+ # Normal colors
+ normal:
+ black: '0x0c0c0c'
+ red: '0xc50f1f'
+ green: '0x13a10e'
+ yellow: '0xc19c00'
+ blue: '0x0037da'
+ magenta: '0x881798'
+ cyan: '0x3a96dd'
+ white: '0xcccccc'
+
+ # Bright colors
+ bright:
+ black: '0x767676'
+ red: '0xe74856'
+ green: '0x16c60c'
+ yellow: '0xf9f1a5'
+ blue: '0x3b78ff'
+ magenta: '0xb4009e'
+ cyan: '0x61d6d6'
+ white: '0xf2f2f2'