Skip to content

Commit

Permalink
release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jagannatharjun committed Apr 4, 2020
1 parent f1f1bbc commit f3c3c0a
Show file tree
Hide file tree
Showing 11 changed files with 111 additions and 993 deletions.
44 changes: 30 additions & 14 deletions Builds/QDarkStyleSheet/qdarkstyle/style.qss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Builds/build-mumble-dark.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
set SCRIPT_DIR=mumble-theme
set PATH=%PATH%;C:\Users\Prince\Downloads\Compressed\qtsass_0.2.2_win64;
pushd %SCRIPT_DIR%\source
qtsass -o ../Dark.qss Dark.scss
popd
make-resource.py -base-dir %SCRIPT_DIR%\ -find-files -output mumble-dark -style dark.qss
4 changes: 4 additions & 0 deletions Builds/build-mumble-lite.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
set SCRIPT_DIR=mumble-theme
set PATH=%PATH%;C:\Users\Prince\Downloads\Compressed\qtsass_0.2.2_win64;
pushd %SCRIPT_DIR%\source
qtsass -o ../Lite.qss Lite.scss
popd
make-resource.py -base-dir %SCRIPT_DIR%\ -find-files -output mumble-lite -style lite.qss
Loading

0 comments on commit f3c3c0a

Please sign in to comment.