diff --git a/playbooks/roles/shell/templates/alacritty/colors/one_dark.yml b/playbooks/roles/shell/templates/alacritty/colors/one_dark.yml new file mode 100644 index 0000000..886ad9a --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/one_dark.yml @@ -0,0 +1,20 @@ +# Colors (One Dark - https://github.com/atom/atom/tree/master/packages/one-dark-syntax) +colors: + primary: + background: "#282c34" + foreground: "#abb2bf" + cursor: + text: CellBackground + cursor: "#528bff" # syntax-cursor-color + selection: + text: CellForeground + background: "#3e4451" # syntax-selection-color + normal: + black: "#5c6370" # mono-3 + red: "#e06c75" # red 1 + green: "#98c379" + yellow: "#e5c07b" # orange 2 + blue: "#61afef" + magenta: "#c678dd" + cyan: "#56b6c2" + white: "#828997" # mono-2 diff --git a/playbooks/roles/shell/templates/alacritty/colors/one_light.yml b/playbooks/roles/shell/templates/alacritty/colors/one_light.yml new file mode 100644 index 0000000..6517664 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/one_light.yml @@ -0,0 +1,20 @@ +# Colors (One Light - https://github.com/atom/atom/tree/master/packages/one-light-syntax) +colors: + primary: + background: "#fafafa" + foreground: "#383a42" + cursor: + text: CellBackground + cursor: "#526eff" # syntax-cursor-color + selection: + text: CellForeground + background: "#e5e5e6" # syntax-selection-color + normal: + black: "#696c77" # mono-2 + red: "#e45649" # red 1 + green: "#50a14f" + yellow: "#c18401" # orange 2 + blue: "#4078f2" + magenta: "#a626a4" + cyan: "#0184bc" + white: "#a0a1a7" # mono-3 diff --git a/playbooks/roles/shell/templates/alacritty/colors/tokyo_night.yml b/playbooks/roles/shell/templates/alacritty/colors/tokyo_night.yml new file mode 100644 index 0000000..8bd7f03 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/tokyo_night.yml @@ -0,0 +1,27 @@ +colors: + # Default colors + primary: + background: "0x1a1b26" + foreground: "0xa9b1d6" + + # Normal colors + normal: + black: "0x32344a" + red: "0xf7768e" + green: "0x9ece6a" + yellow: "0xe0af68" + blue: "0x7aa2f7" + magenta: "0xad8ee6" + cyan: "0x449dab" + white: "0x787c99" + + # Bright colors + bright: + black: "0x444b6a" + red: "0xff7a93" + green: "0xb9f27c" + yellow: "0xff9e64" + blue: "0x7da6ff" + magenta: "0xbb9af7" + cyan: "0x0db9d7" + white: "0xacb0d0" diff --git a/playbooks/roles/shell/templates/alacritty/colors/tokyo_night_storm.yml b/playbooks/roles/shell/templates/alacritty/colors/tokyo_night_storm.yml new file mode 100644 index 0000000..660e5f8 --- /dev/null +++ b/playbooks/roles/shell/templates/alacritty/colors/tokyo_night_storm.yml @@ -0,0 +1,27 @@ +colors: + # Default colors + primary: + background: "0x24283b" + foreground: "0xa9b1d6" + + # Normal colors + normal: + black: "0x32344a" + red: "0xf7768e" + green: "0x9ece6a" + yellow: "0xe0af68" + blue: "0x7aa2f7" + magenta: "0xad8ee6" + cyan: "0x449dab" + white: "0x9699a8" + + # Bright colors + bright: + black: "0x444b6a" + red: "0xff7a93" + green: "0xb9f27c" + yellow: "0xff9e64" + blue: "0x7da6ff" + magenta: "0xbb9af7" + cyan: "0x0db9d7" + white: "0xacb0d0"