added flat_remix theme

This commit is contained in:
indrajit 2020-07-08 13:24:43 +06:00
parent 1fa58a8fb5
commit 0c3aa32282
No known key found for this signature in database
GPG Key ID: 7D65308546343630
4 changed files with 50 additions and 23 deletions

@ -38,6 +38,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes)|![doom_one](images/doom_one.png)|
|**_dracula_**<br>[source](https://draculatheme.com)|![dracula](images/dracula.png)|
|**_falcon_**|![falcon](images/falcon.png)|
|**_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh)|![falcon](images/flat_remix.png)|
|**_gotham_**|![falcon](images/gotham.png)|
|**_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox)|![gruvbox_dark](images/gruvbox_dark.png)|
|**_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox)|![gruvbox_light](images/gruvbox_light.png)|

BIN
images/flat_remix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

@ -924,4 +924,30 @@ schemes:
cyan: '0x00ffff'
white: '0xffffff'
flat_remix: &flat_remix
primary:
background: '0x272a34'
foreground: '0xFFFFFF'
normal:
black: '0x1F2229'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0xD71655'
cyan: '0x05A1F7'
white: '0xFFFFFF'
bright:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367bf0'
magenta: '0xBF2E5D'
cyan: '0x49AEE6'
white: '0xFFFFFF'
colors: *tomorrow_night

@ -1,25 +1,25 @@
flat_remix: &flat_remix
primary:
background: '0x272a34'
foreground: '0xFFFFFF'
colors:
primary:
background: '0x272a34'
foreground: '0xFFFFFF'
normal:
black: '0x1F2229' # Black
red: '0xEC0101' # Light Red
green: '0x47D4B9' # Light Green
yellow: '0xFF8A18' # Light Yellow
blue: '0x277FFF' # Light Blue
magenta: '0xD71655' # Light Magenta
cyan: '0x05A1F7' # Light Cyan
white: '0xFFFFFF' # White
normal:
black: '0x1F2229'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0xD71655'
cyan: '0x05A1F7'
white: '0xFFFFFF'
bright:
black: '0x1F2229' # Black
red: '0xD41919' # Red
green: '0x5EBDAB' # Green
yellow: '0xFEA44C' # Yellow
blue: '0x367bf0' # Blue
magenta: '0xBF2E5D' # Magenta
cyan: '0x49AEE6' # Cyan
white: '0xFFFFFF'
bright:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367bf0'
magenta: '0xBF2E5D'
cyan: '0x49AEE6'
white: '0xFFFFFF'