summaryrefslogtreecommitdiff
path: root/.config/alacritty/themes/one_light.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/themes/one_light.toml')
-rw-r--r--.config/alacritty/themes/one_light.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/alacritty/themes/one_light.toml b/.config/alacritty/themes/one_light.toml
new file mode 100644
index 0000000..0337917
--- /dev/null
+++ b/.config/alacritty/themes/one_light.toml
@@ -0,0 +1,23 @@
+[colors.primary]
+background = '#f8f8f8'
+foreground = '#2a2b33'
+
+[colors.normal]
+black = '#000000'
+red = '#de3d35'
+green = '#3e953a'
+yellow = '#d2b67b'
+blue = '#2f5af3'
+magenta = '#a00095'
+cyan = '#3e953a'
+white = '#bbbbbb'
+
+[colors.bright]
+black = '#000000'
+red = '#de3d35'
+green = '#3e953a'
+yellow = '#d2b67b'
+blue = '#2f5af3'
+magenta = '#a00095'
+cyan = '#3e953a'
+white = '#ffffff'