Browse Source

adding styling

logicp 5 years ago
parent
commit
38e744e5b7
6 changed files with 26 additions and 0 deletions
  1. BIN
      icons/arguments.png
  2. BIN
      icons/execute.png
  3. BIN
      icons/kstyleyo_logo.png
  4. BIN
      icons/task.png
  5. 14 0
      style/messagebox.css
  6. 12 0
      style/style.qss

BIN
icons/arguments.png


BIN
icons/execute.png


BIN
icons/kstyleyo_logo.png


BIN
icons/task.png


+ 14 - 0
style/messagebox.css

@@ -0,0 +1,14 @@
+QMainWindow {
+  font: 87 10pt "Noto Sans";
+  background-color: rgb(255, 85, 0);
+}
+
+QWidget {
+  border-color: rgb(0, 0, 0);
+  background-color: rgb(0, 43, 54);
+}
+
+QMessageBox {
+  background-color: rgb(0, 43, 54);
+  text-align: center;
+}

+ 12 - 0
style/style.qss

@@ -0,0 +1,12 @@
+QMainWindow {
+  font: 87 10pt "Noto Sans";
+  background-color: rgb(255, 85, 0);
+}
+
+QWidget {
+  border-color: rgb(0, 0, 0);
+  background-color: rgb(0, 43, 54);
+}
+
+
+QMessageBox { background-color: rgb(255, 255, 255); }