Add alabaster themes

This commit is contained in:
Dmitry Romanov 2023-07-11 04:03:22 +07:00 committed by GitHub
parent 914f463390
commit 009b674aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 110 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
images/alabaster_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -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
View 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"

View 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"