We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfecd50 commit 073102fCopy full SHA for 073102f
build.py
@@ -14,8 +14,12 @@
14
NOW = time.strftime('%Y-%m%d-%H%M')
15
ZIP_NAME = '%s-%s' % (PROJECT_NAME, NOW)
16
17
-THEMES = {'Redux': f'{BASE_DIR}/color_schemes/default.txt',
18
- 'Redux Gray': f'{BASE_DIR}/color_schemes/gray.txt'}
+THEMES = {
+ 'Redux': f'{BASE_DIR}/color_schemes/default.txt',
19
+ 'Redux Gray': f'{BASE_DIR}/color_schemes/gray.txt',
20
+ # 'Redux White': f'{BASE_DIR}/color_schemes/white.txt',
21
+ 'Redux Black': f'{BASE_DIR}/color_schemes/black.txt'
22
+ }
23
24
25
for theme in THEMES:
0 commit comments