aboutsummaryrefslogtreecommitdiff
path: root/dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml')
-rw-r--r--dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml
new file mode 100644
index 0000000..ca2333f
--- /dev/null
+++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/bluish.toml
@@ -0,0 +1,26 @@
+# Default colors
+[colors.primary]
+background = '#2c3640'
+foreground = '#297dd3'
+
+# Normal colors
+[colors.normal]
+black = '#0b0b0c'
+red = '#377fc4'
+green = '#2691e7'
+yellow = '#2090c1'
+blue = '#2c5e87'
+magenta = '#436280'
+cyan = '#547aa2'
+white = '#536679'
+
+# Bright colors
+[colors.bright]
+black = '#23272c'
+red = '#66a5cc'
+green = '#59b0f2'
+yellow = '#4bb0d3'
+blue = '#487092'
+magenta = '#50829e'
+cyan = '#658795'
+white = '#4d676b'