aboutsummaryrefslogtreecommitdiffstats
path: root/config/alacritty.toml
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-12-28 17:12:41 +0100
committerOscar Najera <hi@oscarnajera.com>2024-01-02 11:06:11 +0100
commita4d991021268f101f99f460ce3e5eb56e87f7e3c (patch)
treeec139f651e16c7b35d52ee21a63c825fc7f17f67 /config/alacritty.toml
parenta2c3436f23e477098e2361d0208211bcd217a52b (diff)
downloaddotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.tar.gz
dotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.tar.bz2
dotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.zip
alacritty migrate
Diffstat (limited to 'config/alacritty.toml')
-rw-r--r--config/alacritty.toml47
1 files changed, 47 insertions, 0 deletions
diff --git a/config/alacritty.toml b/config/alacritty.toml
new file mode 100644
index 0000000..e2bafee
--- /dev/null
+++ b/config/alacritty.toml
@@ -0,0 +1,47 @@
+[colors.bright]
+black = "#928374"
+blue = "#83a598"
+cyan = "#8ec07c"
+green = "#b8bb26"
+magenta = "#d3869b"
+red = "#fb4934"
+white = "#ebdbb2"
+yellow = "#fabd2f"
+
+[colors.cursor]
+cursor = "CellForeground"
+text = "CellBackground"
+
+[colors.dim]
+black = "#32302f"
+blue = "#076678"
+cyan = "#427b58"
+green = "#79740e"
+magenta = "#8f3f71"
+red = "#9d0006"
+white = "#928374"
+yellow = "#b57614"
+
+[colors.normal]
+black = "#282828"
+blue = "#458588"
+cyan = "#689d6a"
+green = "#98971a"
+magenta = "#b16286"
+red = "#cc241d"
+white = "#a89984"
+yellow = "#d79921"
+
+[colors.primary]
+background = "#282828"
+bright_foreground = "#fbf1c7"
+dim_foreground = "#a89984"
+foreground = "#ebdbb2"
+
+[colors.selection]
+background = "CellForeground"
+text = "CellBackground"
+
+[colors.vi_mode_cursor]
+cursor = "CellForeground"
+text = "CellBackground"