summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/dark_pastels.yaml
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-12 16:55:34 +0100
committerself <george@gabbott.dev>2022-07-12 16:55:34 +0100
commitac7a637d3bd56333e0350a481aa213fa4b3836ac (patch)
treee21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /alacritty/alacritty-theme/themes/dark_pastels.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/dark_pastels.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/dark_pastels.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/dark_pastels.yaml b/alacritty/alacritty-theme/themes/dark_pastels.yaml
new file mode 100644
index 0000000..97eb7f9
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/dark_pastels.yaml
@@ -0,0 +1,29 @@
+
+# Colors (Konsole's Dark Pastels)
+colors:
+ # Default colors
+ primary:
+ background: '0x2C2C2C'
+ foreground: '0xDCDCCC'
+
+ # Normal colors
+ normal:
+ black: '0x3F3F3F'
+ red: '0x705050'
+ green: '0x60B48A'
+ yellow: '0xDFAF8F'
+ blue: '0x9AB8D7'
+ magenta: '0xDC8CC3'
+ cyan: '0x8CD0D3'
+ white: '0xDCDCCC'
+
+ # Bright colors
+ bright:
+ black: '0x709080'
+ red: '0xDCA3A3'
+ green: '0x72D5A3'
+ yellow: '0xF0DFAF'
+ blue: '0x94BFF3'
+ magenta: '0xEC93D3'
+ cyan: '0x93E0E3'
+ white: '0xFFFFFF'