aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/alacritty.toml42
1 files changed, 42 insertions, 0 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
new file mode 100644
index 0000000..d7997e3
--- /dev/null
+++ b/alacritty/alacritty.toml
@@ -0,0 +1,42 @@
+[font]
+normal = { family = "JetBrains Mono Nerd Font Mono", style = "Regular"}
+size = 7
+
+[colors.primary]
+background = '#101010' # base
+foreground = '#cccccc' # text
+# Bright and dim foreground colors
+dim_foreground = '#CDD6F4' # text
+bright_foreground = '#CDD6F4' # text
+
+# Cursor colors
+[colors.cursor]
+text = '#101010' # base
+cursor = '#cccccc' # rosewater
+
+# Selection colors
+[colors.selection]
+text = '#dddddd' # base
+background = '#282828' # rosewater
+
+# Normal colors
+[colors.normal]
+black = '#2a2a2a' # surface1
+red = '#deeeed' # red
+green = '#1bfd9c' # green
+yellow = '#b4b4b4' # yellow
+blue = '#7a7a7a' # blue
+magenta = '#66b2b2' # pink
+cyan = '#cccccc' # teal
+white = '#f1f1f1' # subtext1
+
+# Bright colors
+[colors.bright]
+black = '#4a4a4a' # surface2
+red = '#708090' # red
+green = '#a6ffc9' # green
+yellow = '#dddddd' # yellow
+blue = '#aaaaaa' # blue
+magenta = '#49c4c4' # pink
+cyan = '#d3d3d3' # teal
+white = '#ffffff' # subtext0