Added new themes and optimized images for web.

commit 05b42993bf22115f87f9e1a82be0fa1798ad7c5b
Author: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com>
Date:   Fri Aug 7 15:59:50 2020 +0300

    Added new themes and optimized images for web.
This commit is contained in:
robocopAlpha 2020-08-07 16:01:16 +03:00
parent 41624bafa1
commit fe9ae76ae9
26 changed files with 122 additions and 2 deletions

View file

@ -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)
![image-20200730155325668](assets/ubuntu.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Before After
Before After

BIN
assets/breeze2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Before After
Before After

BIN
assets/metrostyle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Before After
Before After

BIN
assets/spacer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After

View file

@ -21,7 +21,7 @@ colors:
black: '#696969'
red: '#FF2400'
green: '#03C03C'
yellow: '#FDFF00'
yellow: '#FFD700'
blue: '#007FFF'
magenta: '#FF1493'
cyan: '#00CCCC'

44
themes/breeze2.yml Normal file
View file

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

28
themes/metrostyle.yml Normal file
View file

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

29
themes/spacer.yml Normal file
View file

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