Skip to content

Commit 1e6877e

Browse files
authored
๐ŸŽจ List colors renewed (#10)
* ๐Ÿ‘ทโ€โ™‚๏ธ Preparing for new version * ๐Ÿ‘จโ€๐Ÿ”ง Spelling error fixed * ๐Ÿ”จ Configurations files added * ๐Ÿ“ Documentation and contribution renewed * โœจ Changelog renewed * ๐Ÿ‘จโ€๐Ÿ”ง Typing error fixed * ๐Ÿ’ฆ * ๐Ÿ“ More detailed added * ๐ŸŽจ List colors renewed
1 parent 3dab7f0 commit 1e6877e

20 files changed

+172
-73
lines changed
2.8 KB
Loading
1.58 KB
Loading
1.51 KB
Loading
1004 Bytes
Loading
634 Bytes
Loading
42.3 KB
Loading
66.3 KB
Loading
6.38 KB
Loading

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# โœจ Changelog
22

33

4+
## ๐Ÿ‘จโ€๐Ÿ”ฌ 4.1.5
5+
6+
- ๐ŸŽจ List hover and select colors are renewed
7+
- ๐Ÿ“ Documentation and contribution renewed
8+
- ๐Ÿ”จ Configurations files added
9+
10+
![](.github/assets/list_colors.png)
11+
412
## ๐Ÿš€ 4.1.4 \(14.02.2019\)
513

614
๐Ÿ‘จโ€๐ŸŽจ New code colorizer added

โ€ŽCONTRIBUTING.mdโ€Ž

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
# ๐Ÿ’– Contributing
22

3-
๐Ÿ™‹โ€โ™‚๏ธ Hello, the guide will help you to understand my color systems
3+
๐Ÿ™‹โ€โ™‚๏ธ Hello, this guide will help you to understand my theme and my color systems
44

55
## ๐Ÿš€ Generating More Themes
66

7-
- ๐Ÿ’โ€โ™‚๏ธ Just use [YThemeCreator](https://github.com/yedhrab/YThemeCreator) to generate more DarkCode Themes
8-
- ๐Ÿ‘ช Create your own DarkCode theme familiy
7+
- ๐Ÿ’โ€โ™‚๏ธ You can use [YThemeCreator](https://github.com/yedhrab/YThemeCreator) to generate more [DarkCode Themes](https://marketplace.visualstudio.com/items?itemName=yedhrab.darkcode-theme-adopted-python-and-markdown)
8+
- ๐Ÿ“ฆ YThemeCreator is part of [`ypackage`](https://github.com/yedhrab/YPackage) python package
9+
- โฌ Downlaod [`ypackage`](https://github.com/yedhrab/YPackage) with `pip install ypackage`
10+
- ๐Ÿฃ After installation, just use `ythemecreator -h` command to more usage options
11+
- โญ For ex: `yhemecreator core/settings.json` to create darkcode themes
912

10-
## ๐Ÿ‘จโ€๐Ÿ’ป Color System
13+
> ๐Ÿ‘ช Create your own DarkCode theme familiy
1114
12-
- โš–๏ธ Every DarkCode color hex value equivalent in DarkCode Contrast is given in[๐Ÿ“œ YThemeCreator/settings.json](https://github.com/yedhrab/YThemeCreator/blob/master/settings.json#L7) file
13-
- ๐Ÿ’ซ Light themes are generated from DarkCode by inverting colors with [๐Ÿ‘จโ€๐Ÿ”ฌ YThemeCreator](https://github.com/yedhrab/YThemeCreator)
15+
## ๐Ÿ‘จโ€๐Ÿ’ป Color System
1416

17+
- โš–๏ธ Every DarkCode color hex value has equivalent value in DarkCode Contrast
18+
- ๐Ÿงฎ This formula is given in [๐Ÿ“œ core/settings.json](core/settings.json#L7) file
1519

1620
## โœจ Plus Themes
1721

1822
- โž• Plus themes has a few additional improvements that are given the below
19-
- โญ Long story short, more yellow color features
23+
24+
> โญ Long story short, more yellow color features
2025
2126
### โž• One Plus
2227

0 commit comments

Comments
ย (0)