mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Add alabaster themes
This commit is contained in:
parent
914f463390
commit
009b674aa8
6 changed files with 110 additions and 0 deletions
|
@ -36,6 +36,8 @@ configuration file.
|
|||
| NAME | COLORS |
|
||||
|:-------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------:|
|
||||
| **_afterglow_**<br>[source](https://github.com/YabataDesign/afterglow-theme) | ![base16_default_dark](images/afterglow.png) |
|
||||
| **_alabaster_**<br>[source](https://github.com/tonsky/vscode-theme-alabaster) | ![alabaster](images/alabaster.png) |
|
||||
| **_alabaster_dark_**<br>[source](https://github.com/gargakshit/vscode-theme-alabaster-dark) | ![alabaster_dark](images/alabaster_dark.png) |
|
||||
| **_argonaut_**<br>[source](https://github.com/pwaleczek/Argonaut-theme) | ![base16_default_dark](images/argonaut.png) |
|
||||
| **_atom_one_light_**<br>[source](https://github.com/dexpota/kitty-themes/blob/master/themes/AtomOneLight.conf) | ![atom_one_light](images/atom_one_light.png) |
|
||||
| **_ayu_dark_**<br>[source](https://github.com/ayu-theme/ayu-colors) | ![ayu_dark](images/ayu_dark.png) |
|
||||
|
|
BIN
images/alabaster.png
Normal file
BIN
images/alabaster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
images/alabaster_dark.png
Normal file
BIN
images/alabaster_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
52
schemes.yaml
52
schemes.yaml
|
@ -38,6 +38,58 @@ schemes:
|
|||
cyan: '0x5c8482'
|
||||
white: '0x828282'
|
||||
|
||||
afterglow: &alabaster
|
||||
primary:
|
||||
background: "#F7F7F7"
|
||||
foreground: "#434343"
|
||||
cursor:
|
||||
text: "#F7F7F7"
|
||||
cursor: "#434343"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#AA3731"
|
||||
green: "#448C27"
|
||||
yellow: "#CB9000"
|
||||
blue: "#325CC0"
|
||||
magenta: "#7A3E9D"
|
||||
cyan: "#0083B2"
|
||||
white: "#BBBBBB"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#F05050"
|
||||
green: "#60CB00"
|
||||
yellow: "#FFBC5D"
|
||||
blue: "#007ACC"
|
||||
magenta: "#E64CE6"
|
||||
cyan: "#00AACB"
|
||||
white: "#FFFFFF"
|
||||
|
||||
afterglow: &alabaster_dark
|
||||
primary:
|
||||
background: "#0E1415"
|
||||
foreground: "#CECECE"
|
||||
cursor:
|
||||
text: "#0E1415"
|
||||
cursor: "#CECECE"
|
||||
normal:
|
||||
black: "#0E1415"
|
||||
red: "#e25d56"
|
||||
green: "#73ca50"
|
||||
yellow: "#e9bf57"
|
||||
blue: "#4a88e4"
|
||||
magenta: "#915caf"
|
||||
cyan: "#23acdd"
|
||||
white: "#f0f0f0"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#f36868"
|
||||
green: "#88db3f"
|
||||
yellow: "#f0bf7a"
|
||||
blue: "#6f8fdb"
|
||||
magenta: "#e987e9"
|
||||
cyan: "#4ac9e2"
|
||||
white: "#FFFFFF"
|
||||
|
||||
argonaut: &argonaut
|
||||
primary:
|
||||
background: '0x292C3E'
|
||||
|
|
28
themes/alabaster.yaml
Normal file
28
themes/alabaster.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Colors (Alabaster)
|
||||
colors:
|
||||
name: Alabaster
|
||||
author: tonsky
|
||||
primary:
|
||||
background: "#F7F7F7"
|
||||
foreground: "#434343"
|
||||
cursor:
|
||||
text: "#F7F7F7"
|
||||
cursor: "#434343"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#AA3731"
|
||||
green: "#448C27"
|
||||
yellow: "#CB9000"
|
||||
blue: "#325CC0"
|
||||
magenta: "#7A3E9D"
|
||||
cyan: "#0083B2"
|
||||
white: "#BBBBBB"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#F05050"
|
||||
green: "#60CB00"
|
||||
yellow: "#FFBC5D"
|
||||
blue: "#007ACC"
|
||||
magenta: "#E64CE6"
|
||||
cyan: "#00AACB"
|
||||
white: "#FFFFFF"
|
28
themes/alabaster_dark.yaml
Normal file
28
themes/alabaster_dark.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Colors (Alabaster Dark)
|
||||
colors:
|
||||
name: Alabaster (dark)
|
||||
author: tonsky
|
||||
primary:
|
||||
background: "#0E1415"
|
||||
foreground: "#CECECE"
|
||||
cursor:
|
||||
text: "#0E1415"
|
||||
cursor: "#CECECE"
|
||||
normal:
|
||||
black: "#0E1415"
|
||||
red: "#e25d56"
|
||||
green: "#73ca50"
|
||||
yellow: "#e9bf57"
|
||||
blue: "#4a88e4"
|
||||
magenta: "#915caf"
|
||||
cyan: "#23acdd"
|
||||
white: "#f0f0f0"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#f36868"
|
||||
green: "#88db3f"
|
||||
yellow: "#f0bf7a"
|
||||
blue: "#6f8fdb"
|
||||
magenta: "#e987e9"
|
||||
cyan: "#4ac9e2"
|
||||
white: "#FFFFFF"
|
Loading…
Reference in a new issue