diff --git a/themes/alacritty/github_dark.toml b/themes/alacritty/github_dark.toml new file mode 100644 index 0000000..9309f22 --- /dev/null +++ b/themes/alacritty/github_dark.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x6e7681" +blue = "0x79c0ff" +cyan = "0x39c5cf" +green = "0x56d364" +magenta = "0xbc8cff" +red = "0xffa198" +white = "0xb1bac4" +yellow = "0xe3b341" + +[colors.cursor] +cursor = "0xe6edf3" +text = "0x30363d" + +[colors.normal] +black = "0x484f58" +blue = "0x58a6ff" +cyan = "0x39c5cf" +green = "0x3fb950" +magenta = "0xbc8cff" +red = "0xff7b72" +white = "0xb1bac4" +yellow = "0xd29922" + +[colors.primary] +background = "0x30363d" +foreground = "0xe6edf3" diff --git a/themes/alacritty/github_dark.yml b/themes/alacritty/github_dark.yml deleted file mode 100644 index 397be9e..0000000 --- a/themes/alacritty/github_dark.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x30363d' - foreground: '0xe6edf3' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x30363d' - cursor: '0xe6edf3' - - # Normal colors - normal: - black: '0x484f58' - red: '0xff7b72' - green: '0x3fb950' - yellow: '0xd29922' - blue: '0x58a6ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' - - # Bright colors - bright: - black: '0x6e7681' - red: '0xffa198' - green: '0x56d364' - yellow: '0xe3b341' - blue: '0x79c0ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' \ No newline at end of file diff --git a/themes/alacritty/github_dark_colorblind.toml b/themes/alacritty/github_dark_colorblind.toml new file mode 100644 index 0000000..6b6a423 --- /dev/null +++ b/themes/alacritty/github_dark_colorblind.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x6e7681" +blue = "0x79c0ff" +cyan = "0x39c5cf" +green = "0x79c0ff" +magenta = "0xbc8cff" +red = "0xfdac54" +white = "0xb1bac4" +yellow = "0xe3b341" + +[colors.cursor] +cursor = "0xc9d1d9" +text = "0x0d1117" + +[colors.normal] +black = "0x484f58" +blue = "0x58a6ff" +cyan = "0x39c5cf" +green = "0x58a6ff" +magenta = "0xbc8cff" +red = "0xec8e2c" +white = "0xb1bac4" +yellow = "0xd29922" + +[colors.primary] +background = "0x0d1117" +foreground = "0xc9d1d9" diff --git a/themes/alacritty/github_dark_colorblind.yml b/themes/alacritty/github_dark_colorblind.yml deleted file mode 100644 index 4a66e51..0000000 --- a/themes/alacritty/github_dark_colorblind.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark Colorblind) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x0d1117' - foreground: '0xc9d1d9' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x0d1117' - cursor: '0xc9d1d9' - - # Normal colors - normal: - black: '0x484f58' - red: '0xec8e2c' - green: '0x58a6ff' - yellow: '0xd29922' - blue: '0x58a6ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' - - # Bright colors - bright: - black: '0x6e7681' - red: '0xfdac54' - green: '0x79c0ff' - yellow: '0xe3b341' - blue: '0x79c0ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' \ No newline at end of file diff --git a/themes/alacritty/github_dark_default.toml b/themes/alacritty/github_dark_default.toml new file mode 100644 index 0000000..dbbcba9 --- /dev/null +++ b/themes/alacritty/github_dark_default.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x6e7681" +blue = "0x79c0ff" +cyan = "0x39c5cf" +green = "0x56d364" +magenta = "0xbc8cff" +red = "0xffa198" +white = "0xb1bac4" +yellow = "0xe3b341" + +[colors.cursor] +cursor = "0xe6edf3" +text = "0x0d1117" + +[colors.normal] +black = "0x484f58" +blue = "0x58a6ff" +cyan = "0x39c5cf" +green = "0x3fb950" +magenta = "0xbc8cff" +red = "0xff7b72" +white = "0xb1bac4" +yellow = "0xd29922" + +[colors.primary] +background = "0x0d1117" +foreground = "0xe6edf3" diff --git a/themes/alacritty/github_dark_default.yml b/themes/alacritty/github_dark_default.yml deleted file mode 100644 index 090c0bb..0000000 --- a/themes/alacritty/github_dark_default.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark Default) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x0d1117' - foreground: '0xe6edf3' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x0d1117' - cursor: '0xe6edf3' - - # Normal colors - normal: - black: '0x484f58' - red: '0xff7b72' - green: '0x3fb950' - yellow: '0xd29922' - blue: '0x58a6ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' - - # Bright colors - bright: - black: '0x6e7681' - red: '0xffa198' - green: '0x56d364' - yellow: '0xe3b341' - blue: '0x79c0ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' \ No newline at end of file diff --git a/themes/alacritty/github_dark_dimmed.toml b/themes/alacritty/github_dark_dimmed.toml new file mode 100644 index 0000000..9df743a --- /dev/null +++ b/themes/alacritty/github_dark_dimmed.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x636e7b" +blue = "0x6cb6ff" +cyan = "0x39c5cf" +green = "0x6bc46d" +magenta = "0xb083f0" +red = "0xff938a" +white = "0x909dab" +yellow = "0xdaaa3f" + +[colors.cursor] +cursor = "0xadbac7" +text = "0x22272e" + +[colors.normal] +black = "0x545d68" +blue = "0x539bf5" +cyan = "0x39c5cf" +green = "0x57ab5a" +magenta = "0xb083f0" +red = "0xf47067" +white = "0x909dab" +yellow = "0xc69026" + +[colors.primary] +background = "0x22272e" +foreground = "0xadbac7" diff --git a/themes/alacritty/github_dark_dimmed.yml b/themes/alacritty/github_dark_dimmed.yml deleted file mode 100644 index 0d68dc5..0000000 --- a/themes/alacritty/github_dark_dimmed.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark Dimmed) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x22272e' - foreground: '0xadbac7' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x22272e' - cursor: '0xadbac7' - - # Normal colors - normal: - black: '0x545d68' - red: '0xf47067' - green: '0x57ab5a' - yellow: '0xc69026' - blue: '0x539bf5' - magenta: '0xb083f0' - cyan: '0x39c5cf' - white: '0x909dab' - - # Bright colors - bright: - black: '0x636e7b' - red: '0xff938a' - green: '0x6bc46d' - yellow: '0xdaaa3f' - blue: '0x6cb6ff' - magenta: '0xb083f0' - cyan: '0x39c5cf' - white: '0x909dab' \ No newline at end of file diff --git a/themes/alacritty/github_dark_high_contrast.toml b/themes/alacritty/github_dark_high_contrast.toml new file mode 100644 index 0000000..4367271 --- /dev/null +++ b/themes/alacritty/github_dark_high_contrast.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x9ea7b3" +blue = "0x91cbff" +cyan = "0x39c5cf" +green = "0x4ae168" +magenta = "0xcb9eff" +red = "0xffb1af" +white = "0xd9dee3" +yellow = "0xf7c843" + +[colors.cursor] +cursor = "0xf0f3f6" +text = "0x0a0c10" + +[colors.normal] +black = "0x7a828e" +blue = "0x71b7ff" +cyan = "0x39c5cf" +green = "0x26cd4d" +magenta = "0xcb9eff" +red = "0xff9492" +white = "0xd9dee3" +yellow = "0xf0b72f" + +[colors.primary] +background = "0x0a0c10" +foreground = "0xf0f3f6" diff --git a/themes/alacritty/github_dark_high_contrast.yml b/themes/alacritty/github_dark_high_contrast.yml deleted file mode 100644 index 98cd9ef..0000000 --- a/themes/alacritty/github_dark_high_contrast.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark High Contrast) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x0a0c10' - foreground: '0xf0f3f6' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x0a0c10' - cursor: '0xf0f3f6' - - # Normal colors - normal: - black: '0x7a828e' - red: '0xff9492' - green: '0x26cd4d' - yellow: '0xf0b72f' - blue: '0x71b7ff' - magenta: '0xcb9eff' - cyan: '0x39c5cf' - white: '0xd9dee3' - - # Bright colors - bright: - black: '0x9ea7b3' - red: '0xffb1af' - green: '0x4ae168' - yellow: '0xf7c843' - blue: '0x91cbff' - magenta: '0xcb9eff' - cyan: '0x39c5cf' - white: '0xd9dee3' \ No newline at end of file diff --git a/themes/alacritty/github_dark_tritanopia.toml b/themes/alacritty/github_dark_tritanopia.toml new file mode 100644 index 0000000..377e37e --- /dev/null +++ b/themes/alacritty/github_dark_tritanopia.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x6e7681" +blue = "0x79c0ff" +cyan = "0x39c5cf" +green = "0x79c0ff" +magenta = "0xbc8cff" +red = "0xffa198" +white = "0xb1bac4" +yellow = "0xe3b341" + +[colors.cursor] +cursor = "0xc9d1d9" +text = "0x0d1117" + +[colors.normal] +black = "0x484f58" +blue = "0x58a6ff" +cyan = "0x39c5cf" +green = "0x58a6ff" +magenta = "0xbc8cff" +red = "0xff7b72" +white = "0xb1bac4" +yellow = "0xd29922" + +[colors.primary] +background = "0x0d1117" +foreground = "0xc9d1d9" diff --git a/themes/alacritty/github_dark_tritanopia.yml b/themes/alacritty/github_dark_tritanopia.yml deleted file mode 100644 index b1e3868..0000000 --- a/themes/alacritty/github_dark_tritanopia.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Dark Tritanopia) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0x0d1117' - foreground: '0xc9d1d9' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0x0d1117' - cursor: '0xc9d1d9' - - # Normal colors - normal: - black: '0x484f58' - red: '0xff7b72' - green: '0x58a6ff' - yellow: '0xd29922' - blue: '0x58a6ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' - - # Bright colors - bright: - black: '0x6e7681' - red: '0xffa198' - green: '0x79c0ff' - yellow: '0xe3b341' - blue: '0x79c0ff' - magenta: '0xbc8cff' - cyan: '0x39c5cf' - white: '0xb1bac4' \ No newline at end of file diff --git a/themes/alacritty/github_light.toml b/themes/alacritty/github_light.toml new file mode 100644 index 0000000..043d1cc --- /dev/null +++ b/themes/alacritty/github_light.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x57606a" +blue = "0x218bff" +cyan = "0x1b7c83" +green = "0x1a7f37" +magenta = "0x8250df" +red = "0xa40e26" +white = "0x6e7781" +yellow = "0x633c01" + +[colors.cursor] +cursor = "0x1f2328" +text = "0xffffff" + +[colors.normal] +black = "0x24292f" +blue = "0x0969da" +cyan = "0x1b7c83" +green = "0x116329" +magenta = "0x8250df" +red = "0xcf222e" +white = "0x6e7781" +yellow = "0x4d2d00" + +[colors.primary] +background = "0xffffff" +foreground = "0x1F2328" diff --git a/themes/alacritty/github_light.yml b/themes/alacritty/github_light.yml deleted file mode 100644 index b1f6797..0000000 --- a/themes/alacritty/github_light.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Light) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x1F2328' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0xffffff' - cursor: '0x1f2328' - - # Normal colors - normal: - black: '0x24292f' - red: '0xcf222e' - green: '0x116329' - yellow: '0x4d2d00' - blue: '0x0969da' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' - - # Bright colors - bright: - black: '0x57606a' - red: '0xa40e26' - green: '0x1a7f37' - yellow: '0x633c01' - blue: '0x218bff' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' \ No newline at end of file diff --git a/themes/alacritty/github_light_colorblind.toml b/themes/alacritty/github_light_colorblind.toml new file mode 100644 index 0000000..8ab2170 --- /dev/null +++ b/themes/alacritty/github_light_colorblind.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x57606a" +blue = "0x218bff" +cyan = "0x1b7c83" +green = "0x0969da" +magenta = "0x8250df" +red = "0x8a4600" +white = "0x6e7781" +yellow = "0x633c01" + +[colors.cursor] +cursor = "0x24292f" +text = "0xffffff" + +[colors.normal] +black = "0x24292f" +blue = "0x0969da" +cyan = "0x1b7c83" +green = "0x0550ae" +magenta = "0x8250df" +red = "0xb35900" +white = "0x6e7781" +yellow = "0x4d2d00" + +[colors.primary] +background = "0xffffff" +foreground = "0x24292f" diff --git a/themes/alacritty/github_light_colorblind.yml b/themes/alacritty/github_light_colorblind.yml deleted file mode 100644 index 1592b08..0000000 --- a/themes/alacritty/github_light_colorblind.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Light Colorblind) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x24292f' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0xffffff' - cursor: '0x24292f' - - # Normal colors - normal: - black: '0x24292f' - red: '0xb35900' - green: '0x0550ae' - yellow: '0x4d2d00' - blue: '0x0969da' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' - - # Bright colors - bright: - black: '0x57606a' - red: '0x8a4600' - green: '0x0969da' - yellow: '0x633c01' - blue: '0x218bff' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' \ No newline at end of file diff --git a/themes/alacritty/github_light_default.toml b/themes/alacritty/github_light_default.toml new file mode 100644 index 0000000..043d1cc --- /dev/null +++ b/themes/alacritty/github_light_default.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x57606a" +blue = "0x218bff" +cyan = "0x1b7c83" +green = "0x1a7f37" +magenta = "0x8250df" +red = "0xa40e26" +white = "0x6e7781" +yellow = "0x633c01" + +[colors.cursor] +cursor = "0x1f2328" +text = "0xffffff" + +[colors.normal] +black = "0x24292f" +blue = "0x0969da" +cyan = "0x1b7c83" +green = "0x116329" +magenta = "0x8250df" +red = "0xcf222e" +white = "0x6e7781" +yellow = "0x4d2d00" + +[colors.primary] +background = "0xffffff" +foreground = "0x1F2328" diff --git a/themes/alacritty/github_light_default.yml b/themes/alacritty/github_light_default.yml deleted file mode 100644 index 3694aa2..0000000 --- a/themes/alacritty/github_light_default.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Light Default) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x1F2328' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0xffffff' - cursor: '0x1f2328' - - # Normal colors - normal: - black: '0x24292f' - red: '0xcf222e' - green: '0x116329' - yellow: '0x4d2d00' - blue: '0x0969da' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' - - # Bright colors - bright: - black: '0x57606a' - red: '0xa40e26' - green: '0x1a7f37' - yellow: '0x633c01' - blue: '0x218bff' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' \ No newline at end of file diff --git a/themes/alacritty/github_light_high_contrast.toml b/themes/alacritty/github_light_high_contrast.toml new file mode 100644 index 0000000..74fae83 --- /dev/null +++ b/themes/alacritty/github_light_high_contrast.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x4b535d" +blue = "0x1168e3" +cyan = "0x1b7c83" +green = "0x055d20" +magenta = "0x622cbc" +red = "0x86061d" +white = "0x66707b" +yellow = "0x4e2c00" + +[colors.cursor] +cursor = "0x0e1116" +text = "0xffffff" + +[colors.normal] +black = "0x0e1116" +blue = "0x0349b4" +cyan = "0x1b7c83" +green = "0x024c1a" +magenta = "0x622cbc" +red = "0xa0111f" +white = "0x66707b" +yellow = "0x3f2200" + +[colors.primary] +background = "0xffffff" +foreground = "0x0e1116" diff --git a/themes/alacritty/github_light_high_contrast.yml b/themes/alacritty/github_light_high_contrast.yml deleted file mode 100644 index a06268b..0000000 --- a/themes/alacritty/github_light_high_contrast.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Light High Contrast) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x0e1116' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0xffffff' - cursor: '0x0e1116' - - # Normal colors - normal: - black: '0x0e1116' - red: '0xa0111f' - green: '0x024c1a' - yellow: '0x3f2200' - blue: '0x0349b4' - magenta: '0x622cbc' - cyan: '0x1b7c83' - white: '0x66707b' - - # Bright colors - bright: - black: '0x4b535d' - red: '0x86061d' - green: '0x055d20' - yellow: '0x4e2c00' - blue: '0x1168e3' - magenta: '0x622cbc' - cyan: '0x1b7c83' - white: '0x66707b' \ No newline at end of file diff --git a/themes/alacritty/github_light_tritanopia.toml b/themes/alacritty/github_light_tritanopia.toml new file mode 100644 index 0000000..66361cf --- /dev/null +++ b/themes/alacritty/github_light_tritanopia.toml @@ -0,0 +1,27 @@ +[colors.bright] +black = "0x57606a" +blue = "0x218bff" +cyan = "0x1b7c83" +green = "0x0969da" +magenta = "0x8250df" +red = "0xa40e26" +white = "0x6e7781" +yellow = "0x633c01" + +[colors.cursor] +cursor = "0x24292f" +text = "0xffffff" + +[colors.normal] +black = "0x24292f" +blue = "0x0969da" +cyan = "0x1b7c83" +green = "0x0550ae" +magenta = "0x8250df" +red = "0xcf222e" +white = "0x6e7781" +yellow = "0x4d2d00" + +[colors.primary] +background = "0xffffff" +foreground = "0x24292f" diff --git a/themes/alacritty/github_light_tritanopia.yml b/themes/alacritty/github_light_tritanopia.yml deleted file mode 100644 index 09a927e..0000000 --- a/themes/alacritty/github_light_tritanopia.yml +++ /dev/null @@ -1,36 +0,0 @@ -# (Github Light Tritanopia) Colors for Alacritty - -colors: - # Default colors - primary: - background: '0xffffff' - foreground: '0x24292f' - - # Cursor colors - # - # These will only be used when the `custom_cursor_colors` field is set to `true`. - cursor: - text: '0xffffff' - cursor: '0x24292f' - - # Normal colors - normal: - black: '0x24292f' - red: '0xcf222e' - green: '0x0550ae' - yellow: '0x4d2d00' - blue: '0x0969da' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' - - # Bright colors - bright: - black: '0x57606a' - red: '0xa40e26' - green: '0x0969da' - yellow: '0x633c01' - blue: '0x218bff' - magenta: '0x8250df' - cyan: '0x1b7c83' - white: '0x6e7781' \ No newline at end of file