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/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'