forked from vaibhavpandeyvpz/apkstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5536af
commit 5420dc0
Showing
9 changed files
with
49 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "QDarkStyleSheet"] | ||
path = QDarkStyleSheet | ||
url = https://github.com/ColinDuquesnoy/QDarkStyleSheet | ||
[submodule "Qt-Frameless-Window-DarkStyle"] | ||
path = Qt-Frameless-Window-DarkStyle | ||
url = https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle |
Submodule QDarkStyleSheet
deleted from
29bb06
Submodule Qt-Frameless-Window-DarkStyle
added at
1d8cee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
SourceCodeEdit { | ||
background-color: #222; | ||
color: #ccc; | ||
selection-background-color: #000; | ||
selection-color: #fff; | ||
} | ||
|
||
SourceCodeSidebarWidget { | ||
background-color: #000; | ||
color: #aaa; | ||
selection-background-color: #222; | ||
selection-color: #ccc; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
SourceCodeEdit { | ||
alternate-background-color: #ced7df; | ||
background-color: #fff; | ||
color: #222; | ||
font-family: Courier; | ||
font-size: 10pt; | ||
selection-background-color: #c4dff6; | ||
selection-color: #205081; | ||
} | ||
|
||
SourceCodeSidebarWidget { | ||
background-color: #eff3f6; | ||
color: #59626a; | ||
selection-background-color: #ced7df; | ||
selection-color: #323b43; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters