diff --git a/README.md b/README.md index c01c9fc..f1421c6 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,20 @@ See [enhancements](https://gitlab.com/cppit/jucipp/issues?scope=all&state=opened ## Screenshots
![]() |
-![]() |
+![]() |
+![]() |
![]() |
-![]() |
+![]() |
+![]() |
+
+was made with the following ~/.config/gtk-3.0/gtk.css:
+
+```css
+.juci_window {
+ background: url("/home/eidheim/Pictures/juci_background.png");
+ background-size: 100% 100%;
+}
+
+.juci_directories * {
+ background-color: rgba(255, 255, 255, 0.7);
+}
+
+.juci_directories *:selected {
+ background-color: rgba(200, 200, 200, 0.6);
+}
+
+.juci_directories button * {
+ background: transparent;
+}
+
+.juci_terminal {
+ background: transparent;
+}
+
+.juci_terminal * {
+ background: transparent;
+}
+
+.juci_terminal_scrolledwindow {
+ background-color: rgba(255, 255, 255, 0.8);
+}
+
+.juci_notebook {
+ background-color: rgba(255, 255, 255, 0.8);
+}
+
+.juci_notebook * {
+ background: transparent;
+}
+
+textview.view text selection {
+ background-color: #4a90d9;
+}
+
+.juci_entry {
+ background-color: rgba(255, 255, 255, 0.8);
+}
+
+.juci_status_box {
+ background-color: rgba(0, 0, 0, 0.8);
+}
+
+.juci_status_overlay {
+ color: white;
+}
+```
diff --git a/docs/images/custom_style.png b/docs/images/custom_style.png
new file mode 100644
index 0000000..c5af477
Binary files /dev/null and b/docs/images/custom_style.png differ