add themes

This commit is contained in:
robocopAlpha 2020-08-01 23:12:47 +03:00
parent 2ccb1987d6
commit 41624bafa1
14 changed files with 232 additions and 16 deletions

View file

@ -17,19 +17,34 @@ curl -sL 'https://raw.githubusercontent.com/robocopAlpha/alacritty_colors/master
**NB:** While making this repo I didnt realize that there are repos like [eendroroys](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)

BIN
assets/ayuMirage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
assets/breeze.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
assets/darktooth.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
assets/dracula.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
assets/gruvbox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
assets/kitty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -7,7 +7,7 @@ colors:
# Cursor colors
cursor:
text: '#FF261E'
text: '#FF261E'
cursor: '#FF261E'
# Normal colors

28
themes/ayuMirage.yml Normal file
View file

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

44
themes/breeze.yml Normal file
View file

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

40
themes/darktooth.yml Normal file
View file

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

28
themes/dracula.yml Normal file
View file

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

30
themes/gruvbox.yml Normal file
View file

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

27
themes/kitty.yml Normal file
View file

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