Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pop OS + Dark Breeze Theme #15

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#223203",
"titleBar.activeBackground": "#304704",
"titleBar.activeForeground": "#F5FDE5"
}
}
46 changes: 46 additions & 0 deletions Dark Breeze/dark-breeze.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/* Apply these styles to the body element with class 'dark-breeze' */
body.dark-breeze {
/* Font family */
font-family: 'Noto Sans', sans-serif;

/* Color variables */
--accent: #3daee9; /* Breeze Blue */
--accent-overlay: #6cabf7; /* Lighter Breeze Blue for overlays */
--navbar-accent: #ffffff; /* Navbar text color */
--background: #232629; /* Dark background */
--body-background: #31363b; /* Slightly lighter body background */
--background-darker: #1d1f21; /* Darker background */
--current-background: var(--body-background); /* Dynamic background */
--navbar-background: #3D4043; /* Navbar background color */
--navbar-active-background: #4a4e51; /* Active item background in navbar */

/* Input and modal backgrounds */
--input-background: #45494e; /* Input background color */
--modal-background: #31363b; /* Modal background */
--modal-border: #5c6166; /* Modal border color */

/* Status colors */
--success: #16a085; /* Success color (green) */
--success-hover: #1abc9c; /* Hover state for success */
--primary: #3daee9; /* Primary color (same as accent) */
--primary-hover: #5eb7f0; /* Primary hover state */
--danger: #cc6666; /* Danger color (light red) */
--danger-hover: #d54e53; /* Hover state for danger */

/* Anticheat status colors */
--anticheat-denied: #cc6666; /* Anticheat denied color */
--anticheat-broken: #f39c12; /* Anticheat broken color */
--anticheat-running: #3daee9; /* Anticheat running color */
--anticheat-supported: #16a085; /* Anticheat supported color */
--anticheat-planned: #c17d11; /* Anticheat planned color */

/* Text and icon colors */
--text-title: #eff0f1; /* Light text color for titles */
--icons-background: #4a4e51; /* Icons background color */
--action-icon: #eff0f1; /* Actionable icons */
--action-icon-hover: #3daee9; /* Hover state for actionable icons */
--action-icon-active: #16a085; /* Active state for actionable icons */
--icon-disabled: #828282; /* Disabled icons */
}
6 changes: 6 additions & 0 deletions Dark Breeze/dark-breeze.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name" : "Zach Vlat",
"filename" : "dark-breeze.css",
"screenshots" : ["screenshot1.png"],
"author": "zachvlat"
}
Binary file added Dark Breeze/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions Pop/pop.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');

body.pop {
font-family: 'Fira Sans', sans-serif;
--accent: #48b9c7;
--accent-overlay: #ffa300;
--navbar-accent: #ffffff;
--background: #1d2021;
--body-background: #282828;
--background-darker: var(--body-background);
--current-background: var(--body-background);
--navbar-background: #32302f;
--navbar-active-background: #282828;

--gradient-body-background: linear-gradient(
90deg,
var(--background-darker) -32px,
var(--body-background) 64px,
var(--body-background) 100%
);

--input-background: #32302f;
--modal-background: var(--body-background);
--modal-border: var(--body-background);

--success: #3b8188a8;
--success-hover: #3b8188;
--primary: #336b6d;
--primary-hover: #679395;
--danger: #d32f2f;
--danger-hover: #e57373;

--anticheat-denied: #ff6655;
--anticheat-broken: #fe8019;
--anticheat-running: #458588;
--anticheat-supported: #b8bb26;
--anticheat-planned: #d3869b;

--text-title: #ffffff;
--icons-background: #3c3836;
--action-icon: #ffffff;
--action-icon-hover: #b16286;
--action-icon-active: #8ec07c;
--icon-disabled: #928374;
}
6 changes: 6 additions & 0 deletions Pop/pop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name" : "Zach Vlat",
"filename" : "pop.css",
"screenshots" : ["screenshot1.png", "screenshot2.png"],
"author": "zachvlat"
}
Binary file added Pop/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pop/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.