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

Tokyo Midnight theme #227

Open
wants to merge 2 commits into
base: master
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
50 changes: 50 additions & 0 deletions adwaita/colorthemes/tokyo-midnight/tokyo-midnight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
:root {
--bg: #000; /*Main bg*/
--fg: #fff; /*Text color*/
--border: #0c0c0c;
--window_bg: #0c0c0c;
--window_fg: #C0CAF5FF;
--headerbar_backdrop: #0c0c0c;
--headerbar_bg: #0c0c0c;
--headerbar_fg: var(--fg); /*headbar text color*/
--headerbar_shade: #00000061;
--popover_bg: #0c0c0c;
--popover_fg: #C0CAF5FF;
--toast_bg: #000000DE;
--toast_fg: #C0CAF5FF;
--view_bg: #0c0c0c;
--view_fg: #C0CAF5FF;
--accent: var(--fg); /*a text accent?*/
--accent_bg: #A9B1D6FF;
--accent_fg: #000000DE;
--accent_disabled: #0c0c0c;
--accent_hover_bg: #A9B1D612;
--accent_active_bg: #A9B1D629;
--destructive: #F28B82FF;
--destructive_bg: #F28B82FF;
--destructive_fg: #000000DE;
--destructive_disabled: #F28B8280;
--destructive_hover_bg: #F28B8212;
--destructive_active_bg: #F28B8229;
--error: #F28B82FF;
--error_bg: #F28B82FF;
--error_fg: #000000DE;
--success: #81C995FF;
--success_bg: #81C995FF;
--success_fg: #000000DE;
--warning: #FDD633FF;
--warning_bg: #FDD633FF;
--warning_fg: #000000DE;
--button_fg: var(--fg); /*Button text color*/
--button_bg: #0f0f0f;
--dim_label_fg: #616161; /*text color dimmed*/
--card_solid_bg: #0f0f0f;
--card_bg: #0f0f0f; /*element bg*/
--focusring: #A9B1D680;
--scrollbar: #FFFFFF33;
--scrollbar_hover: #FFFFFF66;
--scrollbar_active: #FFFFFF99;



}
18 changes: 10 additions & 8 deletions install_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ ECHO 10) nord
ECHO 11) one-pro
ECHO 12) pop
ECHO 13) tokyo-night
ECHO 14) tomorrow-night
ECHO 15) vapor
ECHO 16) vgui2
ECHO 17) yaru
ECHO 14) tokyo-midnight
ECHO 15) tomorrow-night
ECHO 16) vapor
ECHO 17) vgui2
ECHO 18) yaru
SET /p MENUCHOICE="Enter a number: "
IF %MENUCHOICE%==1 SET CHOSEN_COLORTHEME=adwaita
IF %MENUCHOICE%==2 SET CHOSEN_COLORTHEME=breeze
Expand All @@ -88,10 +89,11 @@ IF %MENUCHOICE%==10 SET CHOSEN_COLORTHEME=nord
IF %MENUCHOICE%==11 SET CHOSEN_COLORTHEME=one-pro
IF %MENUCHOICE%==12 SET CHOSEN_COLORTHEME=pop
IF %MENUCHOICE%==13 SET CHOSEN_COLORTHEME=tokyo-night
IF %MENUCHOICE%==14 SET CHOSEN_COLORTHEME=tomorrow-night
IF %MENUCHOICE%==15 SET CHOSEN_COLORTHEME=vapor
IF %MENUCHOICE%==16 SET CHOSEN_COLORTHEME=vgui2
IF %MENUCHOICE%==17 SET CHOSEN_COLORTHEME=yaru
IF %MENUCHOICE%==14 SET CHOSEN_COLORTHEME=tokyo-midnight
IF %MENUCHOICE%==15 SET CHOSEN_COLORTHEME=tomorrow-night
IF %MENUCHOICE%==16 SET CHOSEN_COLORTHEME=vapor
IF %MENUCHOICE%==17 SET CHOSEN_COLORTHEME=vgui2
IF %MENUCHOICE%==18 SET CHOSEN_COLORTHEME=yaru
ECHO.

ECHO --- General ---
Expand Down