Skip to content

Commit

Permalink
Add cyan themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Nov 1, 2024
1 parent bfb4c7e commit 7e1594f
Show file tree
Hide file tree
Showing 13 changed files with 709 additions and 17 deletions.
484 changes: 484 additions & 0 deletions dist/breeze.qrc

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions resources/breeze_pyqt5.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions resources/breeze_pyqt6.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions resources/breeze_pyside2.py

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions resources/breeze_pyside6.py

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions theme/dark-cyan-alt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#eff0f1",
"foreground:light": "#ffffff",
"background": "#31363b",
"background:alternate": "#31363b",
"highlight": "#32b8b8",
"highlight:dark": "#2b9797",
"highlight:alternate": "#1f9898",
"midtone": "#76797c",
"midtone:light": "#b0b0b0",
"midtone:dark": "#626568",
"midtone:hover": "#8a8d8f",
"view:checked": "#276868",
"view:hover": "",
"toolbar:horizontal:background": "#31363b",
"toolbar:vertical:background": "#31363b",
"view:corner": "#31363b",
"view:header:border": "#76797c",
"view:header": "#31363b",
"view:border": "#31363b",
"view:background": "#1d2023",
"text:background": "#1d2023",
"tab:background:selected": "#31363b",
"tab:background": "#2c3034",
"tree": "#afafaf",
"slider:foreground": "#32b8b8",
"slider:handle:background": "#1d2023",
"menu:disabled": "#76797c",
"checkbox:light": "#41e6e6",
"checkbox:disabled": "#c8c9ca",
"scrollbar:hover": "#32b8b8",
"scrollbar:background": "#1d2023",
"scrollbar:background:hover": "#76797c",
"button:background": "#31363b",
"button:background:pressed": "#454a4f",
"button:border": "#76797c",
"button:checked": "#626568",
"button:disabled": "#454545",
"close:hover": "#eff0f1",
"close:pressed": "#3eb3b3",
"dock:background": "#31363b",
"dock:float": "#a2a2a2",
"critical": "#80404a",
"information": "#406880",
"question": "#634d80",
"warning": "#99995C",
// These are extension-specific
"ads-tab:focused": "rgba(60, 218, 228, 0.2)",
"ads-border:focused": "rgba(60, 218, 228, 0.2)"
}
52 changes: 52 additions & 0 deletions theme/dark-cyan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#eff0f1",
"foreground:light": "#ffffff",
"background": "#31363b",
"background:alternate": "#31363b",
"highlight": "#32b8b8",
"highlight:dark": "#2b9797",
"highlight:alternate": "#1f9898",
"midtone": "#76797c",
"midtone:light": "#b0b0b0",
"midtone:dark": "#626568",
"midtone:hover": "#8a8d8f",
"view:checked": "#276868",
"view:hover": "rgba(0, 255, 255, 0.1)",
"toolbar:horizontal:background": "#31363b",
"toolbar:vertical:background": "#31363b",
"view:corner": "#31363b",
"view:header:border": "#76797c",
"view:header": "#31363b",
"view:border": "#31363b",
"view:background": "#1d2023",
"text:background": "#1d2023",
"tab:background:selected": "#31363b",
"tab:background": "#2c3034",
"tree": "#afafaf",
"slider:foreground": "#32b8b8",
"slider:handle:background": "#1d2023",
"menu:disabled": "#76797c",
"checkbox:light": "#41e6e6",
"checkbox:disabled": "#c8c9ca",
"scrollbar:hover": "#32b8b8",
"scrollbar:background": "#1d2023",
"scrollbar:background:hover": "#76797c",
"button:background": "#31363b",
"button:background:pressed": "#454a4f",
"button:border": "#76797c",
"button:checked": "#626568",
"button:disabled": "#454545",
"close:hover": "#eff0f1",
"close:pressed": "#3eb3b3",
"dock:background": "#31363b",
"dock:float": "#a2a2a2",
"critical": "#80404a",
"information": "#406880",
"question": "#634d80",
"warning": "#99995C",
// These are extension-specific
"ads-tab:focused": "rgba(60, 218, 228, 0.2)",
"ads-border:focused": "rgba(60, 218, 228, 0.2)"
}
2 changes: 1 addition & 1 deletion theme/dark-pink-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"close:pressed": "#b832b8",
"dock:background": "#31363b",
"dock:float": "#a2a2a2",
"critical": "#80408a",
"critical": "#80404a",
"information": "#406880",
"question": "#634d80",
"warning": "#99995C",
Expand Down
2 changes: 1 addition & 1 deletion theme/dark-pink.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"close:pressed": "#b832b8",
"dock:background": "#31363b",
"dock:float": "#a2a2a2",
"critical": "#80408a",
"critical": "#80404a",
"information": "#406880",
"question": "#634d80",
"warning": "#99995C",
Expand Down
52 changes: 52 additions & 0 deletions theme/light-cyan-alt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#31363b",
"foreground:light": "#272b2f",
"background": "#eff0f1",
"background:alternate": "#eaebec",
"highlight": "rgba(52, 223, 223, 0.5)",
"highlight:dark": "rgba(45, 200, 200, 0.5)",
"highlight:alternate": "rgba(73, 243, 243, 0.6)",
"midtone": "#bab9b8",
"midtone:light": "#bab9b8",
"midtone:dark": "rgba(106, 105, 105, 0.7)",
"midtone:hover": "#787876",
"view:checked": "#7cdada",
"view:hover": "",
"toolbar:horizontal:background": "#eff0f1",
"toolbar:vertical:background": "#eff0f1",
"view:corner": "#eff0f1",
"view:header": "#eff0f1",
"view:header:border": "#bab9b8",
"view:border": "#bab9b8",
"view:background": "#eff0f1",
"text:background": "#eff0f1",
"tab:background:selected": "#eff0f1",
"tab:background": "#d9d8d7",
"tree": "#4b4b4b",
"slider:foreground": "#34dfdf",
"slider:handle:background": "#eff0f1",
"menu:disabled": "#bab9b8",
"checkbox:light": "#57ffff",
"checkbox:disabled": "#6a6e71",
"scrollbar:hover": "rgba(52, 223, 223, 0.8)",
"scrollbar:background": "#eff0f1",
"scrollbar:background:hover": "#c7c7c6",
"button:background": "#eaebec",
"button:background:pressed": "#bedfec",
"button:border": "#bab9b8",
"button:checked": "#c7c7c6",
"button:disabled": "#b4b4b4",
"close:hover": "#31363b",
"close:pressed": "#3eb3b3",
"dock:background": "#eaebec",
"dock:float": "#a2a2a2",
"critical": "#ff8c9f",
"information": "#8cd5ff",
"question": "#c08cff",
"warning": "#ffff8c",
// These are extension-specific
"ads-tab:focused": "rgba(63, 232, 232, 0.2)",
"ads-border:focused": "rgba(63, 232, 232, 0.25)"
}
52 changes: 52 additions & 0 deletions theme/light-cyan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#31363b",
"foreground:light": "#272b2f",
"background": "#eff0f1",
"background:alternate": "#eaebec",
"highlight": "rgba(52, 223, 223, 0.5)",
"highlight:dark": "rgba(45, 200, 200, 0.5)",
"highlight:alternate": "rgba(73, 243, 243, 0.6)",
"midtone": "#bab9b8",
"midtone:light": "#bab9b8",
"midtone:dark": "rgba(106, 105, 105, 0.7)",
"midtone:hover": "#787876",
"view:checked": "#7cdada",
"view:hover": "rgba(0, 255, 255, 0.1)",
"toolbar:horizontal:background": "#eff0f1",
"toolbar:vertical:background": "#eff0f1",
"view:corner": "#eff0f1",
"view:header": "#eff0f1",
"view:header:border": "#bab9b8",
"view:border": "#bab9b8",
"view:background": "#eff0f1",
"text:background": "#eff0f1",
"tab:background:selected": "#eff0f1",
"tab:background": "#d9d8d7",
"tree": "#4b4b4b",
"slider:foreground": "#34dfdf",
"slider:handle:background": "#eff0f1",
"menu:disabled": "#bab9b8",
"checkbox:light": "#57ffff",
"checkbox:disabled": "#6a6e71",
"scrollbar:hover": "rgba(52, 223, 223, 0.8)",
"scrollbar:background": "#eff0f1",
"scrollbar:background:hover": "#c7c7c6",
"button:background": "#eaebec",
"button:background:pressed": "#bedfec",
"button:border": "#bab9b8",
"button:checked": "#c7c7c6",
"button:disabled": "#b4b4b4",
"close:hover": "#31363b",
"close:pressed": "#3eb3b3",
"dock:background": "#eaebec",
"dock:float": "#a2a2a2",
"critical": "#ff8c9f",
"information": "#8cd5ff",
"question": "#c08cff",
"warning": "#ffff8c",
// These are extension-specific
"ads-tab:focused": "rgba(63, 232, 232, 0.2)",
"ads-border:focused": "rgba(63, 232, 232, 0.25)"
}
2 changes: 1 addition & 1 deletion theme/light-pink-alt.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"close:pressed": "#b33eb3",
"dock:background": "#eaebec",
"dock:float": "#a2a2a2",
"critical": "#ff8cff",
"critical": "#ff8c9f",
"information": "#8cd5ff",
"question": "#c08cff",
"warning": "#ffff8c",
Expand Down
2 changes: 1 addition & 1 deletion theme/light-pink.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"close:pressed": "#b33eb3",
"dock:background": "#eaebec",
"dock:float": "#a2a2a2",
"critical": "#ff8cff",
"critical": "#ff8c9f",
"information": "#8cd5ff",
"question": "#c08cff",
"warning": "#ffff8c",
Expand Down

0 comments on commit 7e1594f

Please sign in to comment.