diff --git a/README.md b/README.md index 98f8a6e..4021167 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,34 @@ curl -sL 'https://raw.githubusercontent.com/robocopAlpha/alacritty_colors/master **NB:** While making this repo I didn’t realize that there are repos like [eendroroy’s](https://github.com/eendroroy/alacritty-theme) where they have been putting in the effort for a long time to curate content. I will maintain this repo to archive other color schemes that I might find interesting over time and develop a way to apply color schemes from the CLI. - -## robocopAlpha Colors [YML](themes/robocopAlpha.yml) - -![image-20200730160014996](assets/robocopAlpha.png) - ## [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [YML](themes/argonaut.yml) ![image-20200730153019490](assets/argonaut.png) +## Ayu Mirage [YML](themes/ayuMirage.yml) + +![image-20200730153019490](assets/ayuMirage.png) + ## [Blood Moon](https://github.com/dguo/blood-moon) [YML](themes/bloodmoon.yml) ![image-20200730153216611](assets/bloodmoon.png) +## Breeze (KDE) [YML](themes/breeze.yml) + +![image-20200730153019490](assets/breeze.png) + +## Darktooth [YML](themes/darktooth.yml) + +![image-20200730153019490](assets/darktooth.png) + +## Dracula [YML](themes/dracula.yml) + +![image-20200730153019490](assets/dracula.png) + +## Gruvbox [YML](themes/gruvbox.yml) + +![image-20200730153019490](assets/gruvbox.png) + ## [Hyper](https://hyper.is/) [YML](themes/hyper.yml) The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml). @@ -40,7 +55,9 @@ The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml). ![image-20200730154037517](assets/iterm2.png) +## Kitty [YML](themes/kitty.yml) +![image-20200730153019490](assets/kitty.png) ## [Material Theme](https://github.com/equinusocio/material-theme) [YML](themes/material.yml) @@ -50,21 +67,13 @@ The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml). ![image-20200730154326639](assets/monokaiSoda.png) -## Ubuntu [YML](themes/ubuntu.yml) - -![image-20200730155325668](assets/ubuntu.png) - ## Pop OS [YML](themes/pop_OS.yml) ![image-20200730155432908](assets/pop_OS.png) -## Spacemacs light [YML](themes/spacemacsLight.yml) - -Changes: green to `#009F6B` and magenta to `#29A0AD`. - -![image-20200730160138239](assets/spacemacsLight.png) - +## robocopAlpha Colors [YML](themes/robocopAlpha.yml) +![image-20200730160014996](assets/robocopAlpha.png) ## [Seabird](https://github.com/nightsense/seabird) [YML](themes/seabird.yml) @@ -72,6 +81,16 @@ Foreground color has been made darker `#1A1A1A` than original to improve contras ![image-20200730154721260](assets/seabird.png) +## Spacemacs light [YML](themes/spacemacsLight.yml) + +Changes: green to `#009F6B` and magenta to `#29A0AD`. + +![image-20200730160138239](assets/spacemacsLight.png) + ## Terminal app basic [YML](themes/terminalBasic.yml) ![image-20200730155241817](assets/terminalBasic.png) + +## Ubuntu [YML](themes/ubuntu.yml) + +![image-20200730155325668](assets/ubuntu.png) \ No newline at end of file diff --git a/assets/ayuMirage.png b/assets/ayuMirage.png new file mode 100644 index 0000000..c71eb26 Binary files /dev/null and b/assets/ayuMirage.png differ diff --git a/assets/breeze.png b/assets/breeze.png new file mode 100644 index 0000000..d0741e7 Binary files /dev/null and b/assets/breeze.png differ diff --git a/assets/darktooth.png b/assets/darktooth.png new file mode 100644 index 0000000..dd15f5a Binary files /dev/null and b/assets/darktooth.png differ diff --git a/assets/dracula.png b/assets/dracula.png new file mode 100644 index 0000000..9cd1312 Binary files /dev/null and b/assets/dracula.png differ diff --git a/assets/gruvbox.png b/assets/gruvbox.png new file mode 100644 index 0000000..2f66a36 Binary files /dev/null and b/assets/gruvbox.png differ diff --git a/assets/kitty.png b/assets/kitty.png new file mode 100644 index 0000000..1e08d6d Binary files /dev/null and b/assets/kitty.png differ diff --git a/themes/argonaut.yml b/themes/argonaut.yml index aac21c4..05466d0 100644 --- a/themes/argonaut.yml +++ b/themes/argonaut.yml @@ -7,7 +7,7 @@ colors: # Cursor colors cursor: - text: '#FF261E' + text: '#FF261E' cursor: '#FF261E' # Normal colors diff --git a/themes/ayuMirage.yml b/themes/ayuMirage.yml new file mode 100644 index 0000000..f5f52a0 --- /dev/null +++ b/themes/ayuMirage.yml @@ -0,0 +1,28 @@ +# Colors (Ayu Mirage) +colors: + # Default colors + primary: + background: '#202734' + foreground: '#CBCCC6' + + # Normal colors + normal: + black: '#191E2A' + red: '#FF3333' + green: '#BAE67E' + yellow: '#FFA759' + blue: '#73D0FF' + magenta: '#FFD580' + cyan: '#95E6CB' + white: '#C7C7C7' + + # Bright colors + bright: + black: '#686868' + red: '#F27983' + green: '#A6CC70' + yellow: '#FFCC66' + blue: '#5CCFE6' + magenta: '#FFEE99' + cyan: '#95E6CB' + white: '#FFFFFF' diff --git a/themes/breeze.yml b/themes/breeze.yml new file mode 100644 index 0000000..5287653 --- /dev/null +++ b/themes/breeze.yml @@ -0,0 +1,44 @@ +# KDE Breeze (Ported from Konsole) +colors: + # Default colors + primary: + background: '#232627' + foreground: '#fcfcfc' + + dim_foreground: '#eff0f1' + bright_foreground: '#ffffff' + dim_background: '#31363b' + bright_background: '#000000' + + # Normal colors + normal: + black: '#232627' + red: '#ed1515' + green: '#11d116' + yellow: '#f67400' + blue: '#1d99f3' + magenta: '#9b59b6' + cyan: '#1abc9c' + white: '#fcfcfc' + + # Bright colors + bright: + black: '#7f8c8d' + red: '#c0392b' + green: '#1cdc9a' + yellow: '#fdbc4b' + blue: '#3daee9' + magenta: '#8e44ad' + cyan: '#16a085' + white: '#ffffff' + + # Dim colors + dim: + black: '#31363b' + red: '#783228' + green: '#17a262' + yellow: '#b65619' + blue: '#1b668f' + magenta: '#614a73' + cyan: '#186c60' + white: '#63686d' diff --git a/themes/darktooth.yml b/themes/darktooth.yml new file mode 100644 index 0000000..b893f77 --- /dev/null +++ b/themes/darktooth.yml @@ -0,0 +1,40 @@ +# Colors (Darktooth) +colors: + + # Default colors + primary: + background: '#282828' + foreground: '#fdf4c1' + + # Normal colors + normal: + black: '#282828' + red: '#9d0006' + green: '#79740e' + yellow: '#b57614' + blue: '#076678' + magenta: '#8f3f71' + cyan: '#00a7af' + white: '#fdf4c1' + + # Bright colors + bright: + black: '#32302f' + red: '#fb4933' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#3fd7e5' + white: '#ffffc8' + + # Dim colors (Optional) + dim: + black: '#1d2021' + red: '#421e1e' + green: '#232b0f' + yellow: '#4d3b27' + blue: '#2b3c44' + magenta: '#4e3d45' + cyan: '#205161' + white: '#f4e8ba' diff --git a/themes/dracula.yml b/themes/dracula.yml new file mode 100644 index 0000000..1acdcd7 --- /dev/null +++ b/themes/dracula.yml @@ -0,0 +1,28 @@ +# Colors (Dracula) +colors: + # Default colors + primary: + background: '#282a36' + foreground: '#f8f8f2' + + # Normal colors + normal: + black: '#000000' + red: '#ff5555' + green: '#50fa7b' + yellow: '#f1fa8c' + blue: '#caa9fa' + magenta: '#ff79c6' + cyan: '#8be9fd' + white: '#bfbfbf' + + # Bright colors + bright: + black: '#575b70' + red: '#ff6e67' + green: '#5af78e' + yellow: '#f4f99d' + blue: '#caa9fa' + magenta: '#ff92d0' + cyan: '#9aedfe' + white: '#e6e6e6' diff --git a/themes/gruvbox.yml b/themes/gruvbox.yml new file mode 100644 index 0000000..d0611a8 --- /dev/null +++ b/themes/gruvbox.yml @@ -0,0 +1,30 @@ +# Colors (Gruvbox dark) +colors: + # Default colors + primary: + # hard contrast: background = '#1d2021' + background: '#282828' + # soft contrast: background = '#32302f' + foreground: '#ebdbb2' + + # Normal colors + normal: + black: '#282828' + red: '#cc241d' + green: '#98971a' + yellow: '#d79921' + blue: '#458588' + magenta: '#b16286' + cyan: '#689d6a' + white: '#a89984' + + # Bright colors + bright: + black: '#928374' + red: '#fb4934' + green: '#b8bb26' + yellow: '#fabd2f' + blue: '#83a598' + magenta: '#d3869b' + cyan: '#8ec07c' + white: '#ebdbb2' diff --git a/themes/kitty.yml b/themes/kitty.yml new file mode 100644 index 0000000..32a5281 --- /dev/null +++ b/themes/kitty.yml @@ -0,0 +1,27 @@ +colors: + # Default colors + primary: + background: '#000000' + foreground: '#dddddd' + + # Normal colors + normal: + black: '#000000' + red: '#cc0403' + green: '#19cb00' + yellow: '#cecb00' + blue: '#0d73cc' + magenta: '#cb1ed1' + cyan: '#0dcdcd' + white: '#dddddd' + + # Bright colors + bright: + black: '#767676' + red: '#f2201f' + green: '#23fd00' + yellow: '#fffd00' + blue: '#1a8fff' + magenta: '#fd28ff' + cyan: '#14ffff' + white: '#ffffff'