diff --git a/resources/rssguard.qrc b/resources/rssguard.qrc index d3e174478..677c48040 100644 --- a/resources/rssguard.qrc +++ b/resources/rssguard.qrc @@ -79,6 +79,14 @@ skins/vergilius/metadata.xml skins/vergilius/theme.css + skins/nudus/html_adblocked.html + skins/nudus/html_enclosure_every.html + skins/nudus/html_enclosure_image.html + skins/nudus/html_single_message.html + skins/nudus/html_wrapper.html + skins/nudus/metadata.xml + skins/nudus/theme.css + initial_feeds/feeds-en.opml desktop/com.github.rssguard.desktop diff --git a/resources/skins/nudus/html_adblocked.html b/resources/skins/nudus/html_adblocked.html new file mode 100644 index 000000000..b82730e92 --- /dev/null +++ b/resources/skins/nudus/html_adblocked.html @@ -0,0 +1,4 @@ +
+

Error: %1

+
%2
+
diff --git a/resources/skins/nudus/html_enclosure_every.html b/resources/skins/nudus/html_enclosure_every.html new file mode 100644 index 000000000..c1827e96e --- /dev/null +++ b/resources/skins/nudus/html_enclosure_every.html @@ -0,0 +1 @@ + / %2%3 \ No newline at end of file diff --git a/resources/skins/nudus/html_enclosure_image.html b/resources/skins/nudus/html_enclosure_image.html new file mode 100644 index 000000000..e049442a3 --- /dev/null +++ b/resources/skins/nudus/html_enclosure_image.html @@ -0,0 +1,5 @@ + + %2 + \ No newline at end of file diff --git a/resources/skins/nudus/html_single_message.html b/resources/skins/nudus/html_single_message.html new file mode 100644 index 000000000..4bb7d2c83 --- /dev/null +++ b/resources/skins/nudus/html_single_message.html @@ -0,0 +1,12 @@ +
+
+
%7
+ %2 +

%1%6 / URL

+ %5 +
+
+
+ %4 +
+
diff --git a/resources/skins/nudus/html_wrapper.html b/resources/skins/nudus/html_wrapper.html new file mode 100644 index 000000000..c227d95d7 --- /dev/null +++ b/resources/skins/nudus/html_wrapper.html @@ -0,0 +1,287 @@ + + + + + + + + + %1 + + + + %2 + + + diff --git a/resources/skins/nudus/metadata.xml b/resources/skins/nudus/metadata.xml new file mode 100644 index 000000000..dd4b09043 --- /dev/null +++ b/resources/skins/nudus/metadata.xml @@ -0,0 +1,11 @@ + + + + Maki Blackwell + + + #3A4EE4 + #E43A4E + #4EE43A + + diff --git a/resources/skins/nudus/theme.css b/resources/skins/nudus/theme.css new file mode 100644 index 000000000..656bfe9c8 --- /dev/null +++ b/resources/skins/nudus/theme.css @@ -0,0 +1,11 @@ +QTextEdit { + selection-background-color: #4861f0; +} + +QStatusBar::item { + border: none; +} + +QSplitter::handle { + background: rgba(117, 117, 117, 0.5); +}