-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update new color keys in metadata.xml (nudus skins) (#850)
* Update colors in metadata.xml (nudus skins). * Update nudus dark SCSS file. Coding style/readability. Co-authored-by: akinokonomi <akinokonomi@example.com>
- Loading branch information
1 parent
a42d395
commit fae00f2
Showing
4 changed files
with
54 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,17 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<skin version="0.1.4" base="nudus-base"> | ||
<skin version="0.1.5" base="nudus-base"> | ||
<author> | ||
<name>akinokonomi, martinrotter</name> | ||
</author> | ||
<description>Simple, unclothed theme.
In loving memory of the vergilius (not a person).</description> | ||
<palette> | ||
<color key="FgInteresting">#3A6FE4</color> | ||
<color key="FgSelectedInteresting">#F0F2FC</color> | ||
<color key="FgNewMessages">#cc39e2</color> | ||
<color key="FgSelectedNewMessages">#d57fe2</color> | ||
<color key="FgInteresting">#11204F</color> | ||
<color key="FgSelectedInteresting">#FFFFFF</color> | ||
<color key="FgNewMessages">#3A6FE4</color> | ||
<color key="FgSelectedNewMessages">#F0F2FC</color> | ||
<color key="FgError">#E74343</color> | ||
<color key="FgSelectedError">#FFD7D7</color> | ||
<color key="Allright">#77dd77</color> | ||
</palette> | ||
<forced-styles></forced-styles> | ||
<forced-skin-colors>false</forced-skin-colors> | ||
</skin> | ||
</skin> | ||
<!-- | ||
vim:ts=2:sw=2:et: | ||
--> |