diff --git a/README.md b/README.md index 4021167..49e97a8 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,20 @@ curl -sL 'https://raw.githubusercontent.com/robocopAlpha/alacritty_colors/master ## [Blood Moon](https://github.com/dguo/blood-moon) [YML](themes/bloodmoon.yml) +Bright yellow changed to `#FFD700` + ![image-20200730153216611](assets/bloodmoon.png) ## Breeze (KDE) [YML](themes/breeze.yml) ![image-20200730153019490](assets/breeze.png) +## Breeze2 [YML](themes/breeze2.yml) + +modified from KDE Breeze by robocopAlpha + +![breeze2](./assets/breeze2.png) + ## Darktooth [YML](themes/darktooth.yml) ![image-20200730153019490](assets/darktooth.png) @@ -63,6 +71,10 @@ The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml). ![image-20200730154203299](assets/material.png) +## Metro Style [YML](./themes/metrostyle.yml) + +![metrostyle](assets/metrostyle.png) + ## Monokai Soda [YML](themes/monokaiSoda.yml) ![image-20200730154326639](assets/monokaiSoda.png) @@ -87,10 +99,17 @@ Changes: green to `#009F6B` and magenta to `#29A0AD`. ![image-20200730160138239](assets/spacemacsLight.png) +## Spacer by robocopAlpha [YML](./themes/spacer.yml) + +Tried to map colors from the Spacemacs Light theme to ones “similar” to the names of the colors. + +![spacer](assets/spacer.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 +![image-20200730155325668](assets/ubuntu.png) + diff --git a/assets/argonaut.png b/assets/argonaut.png index 8a054e2..70ae05e 100644 Binary files a/assets/argonaut.png and b/assets/argonaut.png differ diff --git a/assets/ayuMirage.png b/assets/ayuMirage.png index c71eb26..c66c75d 100644 Binary files a/assets/ayuMirage.png and b/assets/ayuMirage.png differ diff --git a/assets/bloodmoon.png b/assets/bloodmoon.png index 0d1b983..bbf1d70 100644 Binary files a/assets/bloodmoon.png and b/assets/bloodmoon.png differ diff --git a/assets/breeze.png b/assets/breeze.png index d0741e7..18869ae 100644 Binary files a/assets/breeze.png and b/assets/breeze.png differ diff --git a/assets/breeze2.png b/assets/breeze2.png new file mode 100644 index 0000000..c4d3b79 Binary files /dev/null and b/assets/breeze2.png differ diff --git a/assets/darktooth.png b/assets/darktooth.png index dd15f5a..fcba7bb 100644 Binary files a/assets/darktooth.png and b/assets/darktooth.png differ diff --git a/assets/dracula.png b/assets/dracula.png index 9cd1312..15cccea 100644 Binary files a/assets/dracula.png and b/assets/dracula.png differ diff --git a/assets/gruvbox.png b/assets/gruvbox.png index 2f66a36..f88ebd9 100644 Binary files a/assets/gruvbox.png and b/assets/gruvbox.png differ diff --git a/assets/hyper.png b/assets/hyper.png index fa80b4c..4ea42de 100644 Binary files a/assets/hyper.png and b/assets/hyper.png differ diff --git a/assets/iterm2.png b/assets/iterm2.png index 8619bef..68e74e5 100644 Binary files a/assets/iterm2.png and b/assets/iterm2.png differ diff --git a/assets/kitty.png b/assets/kitty.png index 1e08d6d..b111d20 100644 Binary files a/assets/kitty.png and b/assets/kitty.png differ diff --git a/assets/material.png b/assets/material.png index 50022bc..6f97b92 100644 Binary files a/assets/material.png and b/assets/material.png differ diff --git a/assets/metrostyle.png b/assets/metrostyle.png new file mode 100644 index 0000000..45e8476 Binary files /dev/null and b/assets/metrostyle.png differ diff --git a/assets/monokaiSoda.png b/assets/monokaiSoda.png index b3d4ed9..2e1e15c 100644 Binary files a/assets/monokaiSoda.png and b/assets/monokaiSoda.png differ diff --git a/assets/pop_OS.png b/assets/pop_OS.png index cbc77cd..8df3ca9 100644 Binary files a/assets/pop_OS.png and b/assets/pop_OS.png differ diff --git a/assets/robocopAlpha.png b/assets/robocopAlpha.png index f04d646..05f9e77 100644 Binary files a/assets/robocopAlpha.png and b/assets/robocopAlpha.png differ diff --git a/assets/seabird.png b/assets/seabird.png index 834caa3..026d066 100644 Binary files a/assets/seabird.png and b/assets/seabird.png differ diff --git a/assets/spacemacsLight.png b/assets/spacemacsLight.png index 6fd9334..e04a2e1 100644 Binary files a/assets/spacemacsLight.png and b/assets/spacemacsLight.png differ diff --git a/assets/spacer.png b/assets/spacer.png new file mode 100644 index 0000000..63954db Binary files /dev/null and b/assets/spacer.png differ diff --git a/assets/terminalBasic.png b/assets/terminalBasic.png index 13d111a..761b421 100644 Binary files a/assets/terminalBasic.png and b/assets/terminalBasic.png differ diff --git a/assets/ubuntu.png b/assets/ubuntu.png index 092eab2..ee6a401 100644 Binary files a/assets/ubuntu.png and b/assets/ubuntu.png differ diff --git a/themes/bloodmoon.yml b/themes/bloodmoon.yml index 2ca9bf4..6986275 100644 --- a/themes/bloodmoon.yml +++ b/themes/bloodmoon.yml @@ -21,7 +21,7 @@ colors: black: '#696969' red: '#FF2400' green: '#03C03C' - yellow: '#FDFF00' + yellow: '#FFD700' blue: '#007FFF' magenta: '#FF1493' cyan: '#00CCCC' diff --git a/themes/breeze2.yml b/themes/breeze2.yml new file mode 100644 index 0000000..a0e60db --- /dev/null +++ b/themes/breeze2.yml @@ -0,0 +1,44 @@ +# Breeze2 (robocopAlpha) +colors: + # Default colors + primary: + background: '#232627' + foreground: '#fcfcfc' + + dim_foreground: '#eff0f1' + bright_foreground: '#fcfcfc' + dim_background: '#31363b' + bright_background: '#000000' + + # Normal colors + normal: + black: '#232627' + red: '#ed1515' + green: '#11d116' + yellow: '#f67400' + blue: '#1d99f3' + magenta: '#9b59b6' + cyan: '#00ced1' + white: '#63686d' + + # Bright colors + bright: + black: '#7f8c8d' + red: '#ff4040' + green: '#19c68a' + yellow: '#fdbc4b' + blue: '#3daee9' + magenta: '#8e44ad' + cyan: '#00ced1' + white: '#808080' + + # Dim colors + dim: + black: '#31363b' + red: '#783228' + green: '#17a262' + yellow: '#b65619' + blue: '#1b668f' + magenta: '#614a73' + cyan: '#00ffff' + white: '#63686d' \ No newline at end of file diff --git a/themes/metrostyle.yml b/themes/metrostyle.yml new file mode 100644 index 0000000..c9f262b --- /dev/null +++ b/themes/metrostyle.yml @@ -0,0 +1,28 @@ +# metrostyle colors +# based on: https://www.color-hex.com/color-palette/471 +colors: +# Default colors + primary: + background: '#fffdef' + foreground: '#000000' + + normal: + black: '#000000' + red: '#d41243' + green: '#8ec127' + yellow: '#f47835' + blue: '#0040db' + magenta: '#a200ff' + cyan: '#00aedb' + white: '#DDDDDD' + + # Bright colors + bright: + black: '#888888' + red: '#d41243' + green: '#8ec127' + yellow: '#f47835' + blue: '#0040db' + magenta: '#a200ff' + cyan: '#00aedb' + white: '#FFFFFF' \ No newline at end of file diff --git a/themes/spacer.yml b/themes/spacer.yml new file mode 100644 index 0000000..6f17dbc --- /dev/null +++ b/themes/spacer.yml @@ -0,0 +1,29 @@ +# color (Spacer by robocopAlpha) +# Modified from spacemacs +colors: + primary: + foreground: '#7e688d' + background: '#FAF7EE' + + cursor: + cursor: '#64526F' + text: '#FAF7EE' + normal: + black: '#0A0A0A' + red: '#DF201C' + green: '#009F6B' + yellow: '#DB742E' + blue: '#3980C2' + magenta: '#6B3062' + cyan: '#29A0AD' + white: '#FFFFFF' + + bright: + black: '#0A0A0A' + red: '#DF201C' + green: '#009F6B' + yellow: '#DB742E' + blue: '#3980C2' + magenta: '#6B3062' + cyan: '#29A0AD' + white: '#FFFFFF'