aboutsummaryrefslogtreecommitdiffstats
path: root/config
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
parenta2c3436f23e477098e2361d0208211bcd217a52b (diff)
downloaddotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.tar.gz
dotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.tar.bz2
dotfiles-a4d991021268f101f99f460ce3e5eb56e87f7e3c.zip
alacritty migrate
Diffstat (limited to 'config')
-rw-r--r--config/alacritty.toml47
-rw-r--r--config/alacritty.yml59
2 files changed, 47 insertions, 59 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"
diff --git a/config/alacritty.yml b/config/alacritty.yml
deleted file mode 100644
index bc8e2e7..0000000
--- a/config/alacritty.yml
+++ /dev/null
@@ -1,59 +0,0 @@
-# Colors (Gruvbox dark)
-colors:
- primary:
- # hard contrast background - '#1d2021'
- background: &gruvbox_dark_bg "#282828"
- # soft contrast background - '#32302f'
- foreground: "#ebdbb2"
- bright_foreground: "#fbf1c7"
- dim_foreground: "#a89984"
- cursor:
- text: CellBackground
- cursor: CellForeground
- vi_mode_cursor:
- text: CellBackground
- cursor: CellForeground
- # search:
- # matches:
- # foreground: '#000000'
- # background: '#ffffff'
- # focused_match:
- # foreground: CellBackground
- # background: CellForeground
- # bar:
- # background: ''
- # foreground: ''
- # line_indicator:
- # foreground: None
- # background: None
- selection:
- text: CellBackground
- background: CellForeground
- bright:
- black: "#928374"
- red: "#fb4934"
- green: "#b8bb26"
- yellow: "#fabd2f"
- blue: "#83a598"
- magenta: "#d3869b"
- cyan: "#8ec07c"
- white: "#ebdbb2"
- normal:
- black: *gruvbox_dark_bg
- red: "#cc241d"
- green: "#98971a"
- yellow: "#d79921"
- blue: "#458588"
- magenta: "#b16286"
- cyan: "#689d6a"
- white: "#a89984"
- dim:
- black: "#32302f"
- red: "#9d0006"
- green: "#79740e"
- yellow: "#b57614"
- blue: "#076678"
- magenta: "#8f3f71"
- cyan: "#427b58"
- white: "#928374"
- # indexed_colors: []