summaryrefslogtreecommitdiff
path: root/home-manager/alacritty
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-09 14:26:34 +0100
commit3fce1b5d9350c116270111e92f2d993e1b518d4d (patch)
treedaada43eb23df53d6a0df3622d4bfe913851d1f3 /home-manager/alacritty
parent4211ed3b82be9af26460a0a8d88dce9ce319bb47 (diff)
Inline home-manager
Diffstat (limited to 'home-manager/alacritty')
-rw-r--r--home-manager/alacritty/argonout.json29
-rw-r--r--home-manager/alacritty/catppuccin-frappe.json82
-rw-r--r--home-manager/alacritty/catppuccin-latte.json86
-rw-r--r--home-manager/alacritty/kanagawa.json43
-rw-r--r--home-manager/alacritty/retrowave.json42
-rw-r--r--home-manager/alacritty/solarized.yaml28
-rw-r--r--home-manager/alacritty/tokyonight.json39
7 files changed, 349 insertions, 0 deletions
diff --git a/home-manager/alacritty/argonout.json b/home-manager/alacritty/argonout.json
new file mode 100644
index 0000000..a31e323
--- /dev/null
+++ b/home-manager/alacritty/argonout.json
@@ -0,0 +1,29 @@
+{
+ "colors": {
+ "primary": {
+ "background": "0x292C3E",
+ "foreground": "0xEBEBEB"
+ },
+ "normal": {
+ "black": "0x0d0d0d",
+ "red": "0xFF301B",
+ "green": "0xA0E521",
+ "yellow": "0xFFC620",
+ "blue": "0x1BA6FA",
+ "magenta": "0x8763B8",
+ "cyan": "0x21DEEF",
+ "white": "0xEBEBEB"
+ },
+ "bright": {
+ "black": "0x6D7070",
+ "red": "0xFF4352",
+ "green": "0xB8E466",
+ "yellow": "0xFFD750",
+ "blue": "0x1BA6FA",
+ "magenta": "0xA578EA",
+ "cyan": "0x73FBF1",
+ "white": "0xFEFEF8"
+ }
+ }
+}
+
diff --git a/home-manager/alacritty/catppuccin-frappe.json b/home-manager/alacritty/catppuccin-frappe.json
new file mode 100644
index 0000000..e465a9b
--- /dev/null
+++ b/home-manager/alacritty/catppuccin-frappe.json
@@ -0,0 +1,82 @@
+{
+ "colors": {
+ "primary": {
+ "background": "#303446",
+ "foreground": "#C6D0F5",
+ "dim_foreground": "#C6D0F5",
+ "bright_foreground": "#C6D0F5"
+ },
+ "cursor": {
+ "text": "#303446",
+ "cursor": "#F2D5CF"
+ },
+ "vi_mode_cursor": {
+ "text": "#303446",
+ "cursor": "#BABBF1"
+ },
+ "search": {
+ "matches": {
+ "foreground": "#303446",
+ "background": "#A5ADCE"
+ },
+ "focused_match": {
+ "foreground": "#303446",
+ "background": "#A6D189"
+ }
+ },
+ "hints": {
+ "start": {
+ "foreground": "#303446",
+ "background": "#E5C890"
+ },
+ "end": {
+ "foreground": "#303446",
+ "background": "#A5ADCE"
+ }
+ },
+ "selection": {
+ "text": "#303446",
+ "background": "#F2D5CF"
+ },
+ "normal": {
+ "black": "#51576D",
+ "red": "#E78284",
+ "green": "#A6D189",
+ "yellow": "#E5C890",
+ "blue": "#8CAAEE",
+ "magenta": "#F4B8E4",
+ "cyan": "#81C8BE",
+ "white": "#B5BFE2"
+ },
+ "bright": {
+ "black": "#626880",
+ "red": "#E78284",
+ "green": "#A6D189",
+ "yellow": "#E5C890",
+ "blue": "#8CAAEE",
+ "magenta": "#F4B8E4",
+ "cyan": "#81C8BE",
+ "white": "#A5ADCE"
+ },
+ "dim": {
+ "black": "#51576D",
+ "red": "#E78284",
+ "green": "#A6D189",
+ "yellow": "#E5C890",
+ "blue": "#8CAAEE",
+ "magenta": "#F4B8E4",
+ "cyan": "#81C8BE",
+ "white": "#B5BFE2"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "#EF9F76"
+ },
+ {
+ "index": 17,
+ "color": "#F2D5CF"
+ }
+ ]
+ }
+}
diff --git a/home-manager/alacritty/catppuccin-latte.json b/home-manager/alacritty/catppuccin-latte.json
new file mode 100644
index 0000000..f4a9b2b
--- /dev/null
+++ b/home-manager/alacritty/catppuccin-latte.json
@@ -0,0 +1,86 @@
+{
+ "colors": {
+ "primary": {
+ "background": "#EFF1F5",
+ "foreground": "#4C4F69",
+ "dim_foreground": "#4C4F69",
+ "bright_foreground": "#4C4F69"
+ },
+ "cursor": {
+ "text": "#EFF1F5",
+ "cursor": "#DC8A78"
+ },
+ "vi_mode_cursor": {
+ "text": "#EFF1F5",
+ "cursor": "#7287FD"
+ },
+ "search": {
+ "matches": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ },
+ "focused_match": {
+ "foreground": "#EFF1F5",
+ "background": "#40A02B"
+ },
+ "footer_bar": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ }
+ },
+ "hints": {
+ "start": {
+ "foreground": "#EFF1F5",
+ "background": "#DF8E1D"
+ },
+ "end": {
+ "foreground": "#EFF1F5",
+ "background": "#6C6F85"
+ }
+ },
+ "selection": {
+ "text": "#EFF1F5",
+ "background": "#DC8A78"
+ },
+ "normal": {
+ "black": "#5C5F77",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#ACB0BE"
+ },
+ "bright": {
+ "black": "#6C6F85",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#BCC0CC"
+ },
+ "dim": {
+ "black": "#5C5F77",
+ "red": "#D20F39",
+ "green": "#40A02B",
+ "yellow": "#DF8E1D",
+ "blue": "#1E66F5",
+ "magenta": "#EA76CB",
+ "cyan": "#179299",
+ "white": "#ACB0BE"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "#FE640B"
+ },
+ {
+ "index": 17,
+ "color": "#DC8A78"
+ }
+ ]
+ }
+}
diff --git a/home-manager/alacritty/kanagawa.json b/home-manager/alacritty/kanagawa.json
new file mode 100644
index 0000000..3ed1a40
--- /dev/null
+++ b/home-manager/alacritty/kanagawa.json
@@ -0,0 +1,43 @@
+{
+ "colors": {
+ "primary": {
+ "background": "0x1f1f28",
+ "foreground": "0xdcd7ba"
+ },
+ "normal": {
+ "black": "0x090618",
+ "red": "0xc34043",
+ "green": "0x76946a",
+ "yellow": "0xc0a36e",
+ "blue": "0x7e9cd8",
+ "magenta": "0x957fb8",
+ "cyan": "0x6a9589",
+ "white": "0xc8c093"
+ },
+ "bright": {
+ "black": "0x727169",
+ "red": "0xe82424",
+ "green": "0x98bb6c",
+ "yellow": "0xe6c384",
+ "blue": "0x7fb4ca",
+ "magenta": "0x938aa9",
+ "cyan": "0x7aa89f",
+ "white": "0xdcd7ba"
+ },
+ "selection": {
+ "background": "0x2d4f67",
+ "foreground": "0xc8c093"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "0xffa066"
+ },
+ {
+ "index": 17,
+ "color": "0xff5d62"
+ }
+ ]
+ }
+}
+
diff --git a/home-manager/alacritty/retrowave.json b/home-manager/alacritty/retrowave.json
new file mode 100644
index 0000000..63559cf
--- /dev/null
+++ b/home-manager/alacritty/retrowave.json
@@ -0,0 +1,42 @@
+{
+ "colors": {
+ "primary": {
+ "background": "0x070825",
+ "foreground": "0x46BDFF"
+ },
+ "normal": {
+ "black": "0x181A1F",
+ "red": "0xFF16B0",
+ "green": "0x929292",
+ "yellow": "0xfcee54",
+ "blue": "0xffffff",
+ "magenta": "0xFF92DF",
+ "cyan": "0xdf81fc",
+ "white": "0xFFFFFF"
+ },
+ "bright": {
+ "black": "0xFF16B0",
+ "red": "0xf85353",
+ "green": "0xfcee54",
+ "yellow": "0xffffff",
+ "blue": "0x46BDFF",
+ "magenta": "0xFF92DF",
+ "cyan": "0xff901f",
+ "white": "0xffffff"
+ },
+ "selection": {
+ "background": "0x2d4f67",
+ "foreground": "0xc8c093"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "0xffa066"
+ },
+ {
+ "index": 17,
+ "color": "0xff5d62"
+ }
+ ]
+ }
+}
diff --git a/home-manager/alacritty/solarized.yaml b/home-manager/alacritty/solarized.yaml
new file mode 100644
index 0000000..1f9591c
--- /dev/null
+++ b/home-manager/alacritty/solarized.yaml
@@ -0,0 +1,28 @@
+# Colors (Solarized Light)
+colors:
+ # Default colors
+ primary:
+ background: '0xfdf6e3'
+ foreground: '0x586e75'
+
+ # Normal colors
+ normal:
+ black: '0x073642'
+ red: '0xdc322f'
+ green: '0x859900'
+ yellow: '0xb58900'
+ blue: '0x268bd2'
+ magenta: '0xd33682'
+ cyan: '0x2aa198'
+ white: '0xeee8d5'
+
+ # Bright colors
+ bright:
+ black: '0x002b36'
+ red: '0xcb4b16'
+ green: '0x586e75'
+ yellow: '0x657b83'
+ blue: '0x839496'
+ magenta: '0x6c71c4'
+ cyan: '0x93a1a1'
+ white: '0xfdf6e3'
diff --git a/home-manager/alacritty/tokyonight.json b/home-manager/alacritty/tokyonight.json
new file mode 100644
index 0000000..a918eb0
--- /dev/null
+++ b/home-manager/alacritty/tokyonight.json
@@ -0,0 +1,39 @@
+{
+ "colors": {
+ "primary": {
+ "background": "0x24283b",
+ "foreground": "0xc0caf5"
+ },
+ "normal": {
+ "black": "0x1d202f",
+ "red": "0xf7768e",
+ "green": "0x9ece6a",
+ "yellow": "0xe0af68",
+ "blue": "0x7aa2f7",
+ "magenta": "0xbb9af7",
+ "cyan": "0x7dcfff",
+ "white": "0xa9b1d6"
+ },
+ "bright": {
+ "black": "0x414868",
+ "red": "0xf7768e",
+ "green": "0x9ece6a",
+ "yellow": "0xe0af68",
+ "blue": "0x7aa2f7",
+ "magenta": "0xbb9af7",
+ "cyan": "0x7dcfff",
+ "white": "0xc0caf5"
+ },
+ "indexed_colors": [
+ {
+ "index": 16,
+ "color": "0xff9e64"
+ },
+ {
+ "index": 17,
+ "color": "0xdb4b4b"
+ }
+ ]
+ }
+}
+