Skip to content

Commit 073102f

Browse files
author
Denis Druzhinin
committedDec 11, 2019
Add black theme, fix CPU meter, prefs page
1 parent bfecd50 commit 073102f

File tree

3 files changed

+2010
-35
lines changed

3 files changed

+2010
-35
lines changed
 

‎build.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
NOW = time.strftime('%Y-%m%d-%H%M')
1515
ZIP_NAME = '%s-%s' % (PROJECT_NAME, NOW)
1616

17-
THEMES = {'Redux': f'{BASE_DIR}/color_schemes/default.txt',
18-
'Redux Gray': f'{BASE_DIR}/color_schemes/gray.txt'}
17+
THEMES = {
18+
'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+
}
1923

2024

2125
for theme in THEMES:

0 commit comments

Comments
 (0)
Please sign in to comment.