Skip to content

Commit

Permalink
Restored functionality of themes. Fixes #163
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Feb 19, 2019
1 parent 8040e86 commit bcfcf8b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
28 changes: 14 additions & 14 deletions src/style/black-mode.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
html.black-mode ::-webkit-scrollbar-track { /* Notes list scrollbar track */
background: var(--black) !important;
}
html.black-mode div#gwt-debug-NotesHeader-title, html.black-mode div#gwt-debug-NoteAttributesView-root {
html.black-mode div#gwt-debug-NotesHeader-title, html.black-mode div#gwt-debug-NoteAttributesView-root, html.black-mode div#gwt-debug-NotebooksDrawerView-root, html.black-mode div#gwt-debug-AccountMenuPopup-root, html.black-mode div#gwt-debug-arrowChatView, html.black-mode div#gwt-debug-ReminderSetDialog-root {
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CJEB { /* Metting note background */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CPYB { /* Note list header */
html.black-mode .GJDCG5COYB { /* Note list header */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CBR.GJDCG5CCR, html.black-mode .GJDCG5CDR {
html.black-mode .GJDCG5CAR.GJDCG5CBR, html.black-mode .GJDCG5CCR {
opacity: 1 !important;
}
html.black-mode .Dropdown-menu {
background: var(--black) !important;
}
html.black-mode .GJDCG5CMGB, html.black-mode .GDAMOPFCAHB, html.black-mode .GDAMOPFCPGB, html.black-mode .GDAMOPFCHYC.GDAMOPFCLD { /* Chat windows */
html.black-mode .GJDCG5CMGB, html.black-mode .GDAMOPFCAHB, html.black-mode .GDAMOPFCPGB, html.black-mode .GDAMOPFCHYC.GDAMOPFCLD, html.black-mode .GJDCG5CFKB { /* Chat windows */
background: var(--black) !important;
}
html.black-mode .GJDCG5CKKC, html.black-mode .GJDCG5CK-B { /* Reminder modal */
Expand All @@ -25,10 +25,10 @@ html.black-mode .GJDCG5CKKC, html.black-mode .GJDCG5CK-B { /* Reminder modal */
html.black-mode .GDAMOPFCHEB {
background: var(--black) !important;
}
html.black-mode .GJDCG5CJ-B, html.black-mode .GDAMOPFCEQB, html.black-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.black-mode .GJDCG5CK-B .GJDCG5CE1B { /* Search modal */
html.black-mode .GJDCG5CJ-B, html.black-mode .GDAMOPFCEQB, html.black-mode .GJDCG5CGQB, html.black-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.black-mode .GJDCG5CO-B .GJDCG5CD1B, html.black-mode .GJDCG5CL-B .GJDCG5CP0B:hover { /* Search modal */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CK-B, html.black-mode .GJDCG5CDXB {
html.black-mode .GJDCG5CK-B, html.black-mode .GJDCG5CP-B, html.black-mode .GJDCG5CDXB {
border-bottom: 1px solid var(--white-five) !important;
}
html.black-mode .GJDCG5CEXB {
Expand All @@ -40,7 +40,7 @@ html.black-mode .GJDCG5CGWB, html.black-mode .GDAMOPFCIXB, html.black-mode .GJDC
html.black-mode .GJDCG5CDXB.GJDCG5CPXB { /* Selected notebook in notebooks modal */
background-color: #2DBE60 !important;
}
html.black-mode .GJDCG5CJTB { /* Select notebook at toolbar option */
html.black-mode .GJDCG5CITB { /* Select notebook at toolbar option */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CJJ, html.black-mode .focus-drawer-Filter-input { /* Search notebook/tags input text */
Expand All @@ -58,22 +58,22 @@ html.black-mode .GDAMOPFCPE { /* Notebook info */
html.black-mode .GDAMOPFCN-B .GDAMOPFCC1B, html.black-mode .GDAMOPFCDQB { /* Saved search */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CJ3B, html.black-mode .GJDCG5CH3B, html.black-mode .GJDCG5CN5B, html.black-mode .GJDCG5CGHB { /* Shortcuts modal */
html.black-mode .GJDCG5CJ3B, html.black-mode .GJDCG5CI3B, html.black-mode .GJDCG5CH3B, html.black-mode .GJDCG5CN5B, html.black-mode .GJDCG5CGHB, html.black-mode .GJDCG5CFHB, html.black-mode .GJDCG5CM5B { /* Shortcuts modal */
background-color: var(--black) !important;
border-right: 3px solid var(--white-five) !important;
}
html.black-mode .GJDCG5CP2 { /* Settings menu */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CC5B {
html.black-mode .GJDCG5CB5B {
background: var(--black) !important;
background-color: var(--black) !important;
border-right: 1px solid var(--white-five) !important;
}
html.black-mode .GDAMOPFCJYB { /* Notes list head */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CHQB { /* Notes list left border */
html.black-mode .GJDCG5CBQB { /* Notes list left border */
background-color: var(--black) !important;
border-left: 1px solid var(--white-five) !important;
}
Expand Down Expand Up @@ -116,7 +116,7 @@ html.black-mode .GJDCG5CP0, html.black-mode .GJDCG5CLKB, html.black-mode .GJDCG5
html.black-mode .focus-NotesView-Note .focus-NotesView-Note-snippetDivider { /* Notes divider color */
border-top: 1px solid var(--white-five) !important;
}
html.black-mode .GJDCG5CP3B { /* Profile background */
html.black-mode .GJDCG5CO3B { /* Profile background */
background-color: var(--black) !important;
border-top: 1px solid var(--white-five) !important;
}
Expand All @@ -137,11 +137,11 @@ html.black-mode .focus-NotesView-NotesView { /* Notes list body */
html.black-mode .GJDCG5CNNB, html.black-mode .GDAMOPFCOPB { /* Note editor body */
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CKKB { /* Note editor toolbar */
html.black-mode .GJDCG5CKKB, html.black-mode .GJDCG5CI1 { /* Note editor toolbar */
background-color: var(--black) !important;
border-bottom: 1px solid var(--black) !important;
}
html.black-mode .GJDCG5CMKB {
html.black-mode .GJDCG5CMKB, html.black-mode .GJDCG5CO0 {
border-left: 1px solid var(--black) !important;
}
html.black-mode .GJDCG5CJ1 { /* Note editor toolbar options */
Expand All @@ -154,7 +154,7 @@ html.black-mode .GJDCG5COF { /* Colors background */
border: 1px solid var(--black) !important;
background-color: var(--black) !important;
}
html.black-mode .GJDCG5CHK, html.black-mode .GJDCG5CGK.GJDCG5CAK, html.black-mode .GJDCG5COQ.GJDCG5CAR { /* Submenus background */
html.black-mode .GJDCG5CHK, html.black-mode .GJDCG5CGK, html.black-mode .GJDCG5CGK.GJDCG5CAK, html.black-mode .GJDCG5CNQ.GJDCG5CPQ , html.black-mode .GJDCG5CIEB.GJDCG5CBFB, html.black-mode .GJDCG5CM1 { /* Submenus background */
background-color: var(--black) !important;
}
html.black-mode .GDAMOPFCNHC { /* Dialogs background */
Expand Down
29 changes: 15 additions & 14 deletions src/style/dark-mode.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
html.dark-mode ::-webkit-scrollbar-track { /* Notes list scrollbar track */
background: var(--dark-grey) !important;
}
html.dark-mode div#gwt-debug-NotesHeader-title, html.dark-mode div#gwt-debug-NoteAttributesView-root {
html.dark-mode div#gwt-debug-NotesHeader-title, html.dark-mode div#gwt-debug-NoteAttributesView-root, html.dark-mode div#gwt-debug-NotebooksDrawerView-root, html.dark-mode div#gwt-debug-AccountMenuPopup-root, html.dark-mode div#gwt-debug-arrowChatView, html.dark-mode div#gwt-debug-ReminderSetDialog-root {
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJEB { /* Metting note background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CPYB { /* Note list header */
html.dark-mode .GJDCG5COYB { /* Note list header */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CBR.GJDCG5CCR, html.dark-mode .GJDCG5CDR {
html.dark-mode .GJDCG5CAR.GJDCG5CBR, html.dark-mode .GJDCG5CCR {
opacity: 1 !important;
}
html.dark-mode .Dropdown-menu {
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CMGB, html.dark-mode .GDAMOPFCAHB, html.dark-mode .GDAMOPFCPGB, html.dark-mode .GDAMOPFCHYC.GDAMOPFCLD { /* Chat windows */
html.dark-mode .GJDCG5CMGB, html.dark-mode .GDAMOPFCAHB, html.dark-mode .GDAMOPFCPGB, html.dark-mode .GDAMOPFCHYC.GDAMOPFCLD, html.dark-mode .GJDCG5CFKB { /* Chat windows */
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CKKC, html.dark-mode .GJDCG5CK-B { /* Reminder modal */
Expand All @@ -25,10 +25,10 @@ html.dark-mode .GJDCG5CKKC, html.dark-mode .GJDCG5CK-B { /* Reminder modal */
html.dark-mode .GDAMOPFCHEB {
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJ-B, html.dark-mode .GDAMOPFCEQB, html.dark-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.dark-mode .GJDCG5CK-B .GJDCG5CE1B { /* Search modal */
html.dark-mode .GJDCG5CJ-B, html.dark-mode .GDAMOPFCEQB, html.dark-mode .GJDCG5CGQB, html.dark-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.dark-mode .GJDCG5CO-B .GJDCG5CD1B, html.dark-mode .GJDCG5CL-B .GJDCG5CP0B:hover { /* Search modal */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CK-B, html.dark-mode .GJDCG5CDXB {
html.dark-mode .GJDCG5CK-B, html.dark-mode .GJDCG5CP-B, html.dark-mode .GJDCG5CDXB {
border-bottom: 1px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CEXB {
Expand All @@ -40,7 +40,7 @@ html.dark-mode .GJDCG5CGWB, html.dark-mode .GDAMOPFCIXB, html.dark-mode .GJDCG5C
html.dark-mode .GJDCG5CDXB.GJDCG5CPXB { /* Selected notebook in notebooks modal */
background-color: #2DBE60 !important;
}
html.dark-mode .GJDCG5CJTB { /* Select notebook at toolbar option */
html.dark-mode .GJDCG5CITB { /* Select notebook at toolbar option */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJJ, html.dark-mode .focus-drawer-Filter-input { /* Search notebook/tags input text */
Expand All @@ -58,22 +58,22 @@ html.dark-mode .GDAMOPFCPE { /* Notebook info */
html.dark-mode .GDAMOPFCN-B .GDAMOPFCC1B, html.dark-mode .GDAMOPFCDQB { /* Saved search */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJ3B, html.dark-mode .GJDCG5CH3B, html.dark-mode .GJDCG5CN5B, html.dark-mode .GJDCG5CGHB { /* Shortcuts modal */
html.dark-mode .GJDCG5CJ3B, html.dark-mode .GJDCG5CI3B, html.dark-mode .GJDCG5CH3B, html.dark-mode .GJDCG5CN5B, html.dark-mode .GJDCG5CGHB, html.dark-mode .GJDCG5CFHB, html.dark-mode .GJDCG5CM5B { /* Shortcuts modal */
background-color: var(--dark-grey) !important;
border-right: 3px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CP2 { /* Settings menu */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CC5B {
html.dark-mode .GJDCG5CB5B {
background: var(--dark-grey) !important;
background-color: var(--dark-grey) !important;
border-right: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCJYB { /* Notes list head */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CHQB { /* Notes list left border */
html.dark-mode .GJDCG5CBQB { /* Notes list left border */
background-color: var(--dark-grey) !important;
border-left: 1px solid var(--white-five) !important;
}
Expand Down Expand Up @@ -116,7 +116,7 @@ html.dark-mode .GJDCG5CP0, html.dark-mode .GJDCG5CLKB, html.dark-mode .GJDCG5CCQ
html.dark-mode .focus-NotesView-Note .focus-NotesView-Note-snippetDivider { /* Notes divider color */
border-top: 1px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CP3B { /* Profile background */
html.dark-mode .GJDCG5CO3B { /* Profile background */
background-color: var(--dark-grey) !important;
border-top: 1px solid var(--white-five) !important;
}
Expand All @@ -137,11 +137,12 @@ html.dark-mode .focus-NotesView-NotesView { /* Notes list body */
html.dark-mode .GJDCG5CNNB, html.dark-mode .GDAMOPFCOPB { /* Note editor body */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CKKB { /* Note editor toolbar */
html.dark-mode .GJDCG5CKKB, html.dark-mode .GJDCG5CI1 {
/* Note editor toolbar */
background-color: var(--dark-grey) !important;
border-bottom: 1px solid var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CMKB {
html.dark-mode .GJDCG5CMKB, html.dark-mode .GJDCG5CO0 {
border-left: 1px solid var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJ1 { /* Note editor toolbar options */
Expand All @@ -154,7 +155,7 @@ html.dark-mode .GJDCG5COF { /* Colors background */
border: 1px solid var(--dark-grey) !important;
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CHK, html.dark-mode .GJDCG5CGK.GJDCG5CAK, html.dark-mode .GJDCG5COQ.GJDCG5CAR { /* Submenus background */
html.dark-mode .GJDCG5CHK, html.dark-mode .GJDCG5CGK, html.dark-mode .GJDCG5CGK.GJDCG5CAK, html.dark-mode .GJDCG5CNQ.GJDCG5CPQ , html.dark-mode .GJDCG5CIEB.GJDCG5CBFB, html.dark-mode .GJDCG5CM1 { /* Submenus background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GDAMOPFCNHC { /* Dialogs background */
Expand Down
28 changes: 14 additions & 14 deletions src/style/sepia-mode.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
html.sepia-mode ::-webkit-scrollbar-track { /* Notes list scrollbar track */
background: var(--sepia) !important;
}
html.sepia-mode div#gwt-debug-NotesHeader-title, html.sepia-mode div#gwt-debug-NoteAttributesView-root {
html.sepia-mode div#gwt-debug-NotesHeader-title, html.sepia-mode div#gwt-debug-NoteAttributesView-root, html.sepia-mode div#gwt-debug-NotebooksDrawerView-root, html.sepia-mode div#gwt-debug-AccountMenuPopup-root, html.sepia-mode div#gwt-debug-arrowChatView, html.sepia-mode div#gwt-debug-ReminderSetDialog-root {
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CJEB { /* Metting note background */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CPYB { /* Note list header */
html.sepia-mode .GJDCG5COYB { /* Note list header */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CBR.GJDCG5CCR, html.sepia-mode .GJDCG5CDR {
html.sepia-mode .GJDCG5CAR.GJDCG5CBR, html.sepia-mode .GJDCG5CCR {
opacity: 1 !important;
}
html.sepia-mode .Dropdown-menu {
background: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CMGB, html.sepia-mode .GDAMOPFCAHB, html.sepia-mode .GDAMOPFCPGB, html.sepia-mode .GDAMOPFCHYC.GDAMOPFCLD { /* Chat windows */
html.sepia-mode .GJDCG5CMGB, html.sepia-mode .GDAMOPFCAHB, html.sepia-mode .GDAMOPFCPGB, html.sepia-mode .GDAMOPFCHYC.GDAMOPFCLD, html.sepia-mode .GJDCG5CFKB { /* Chat windows */
background: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CKKC, html.sepia-mode .GJDCG5CK-B { /* Reminder modal */
Expand All @@ -25,10 +25,10 @@ html.sepia-mode .GJDCG5CKKC, html.sepia-mode .GJDCG5CK-B { /* Reminder modal */
html.sepia-mode .GDAMOPFCHEB {
background: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CJ-B, html.sepia-mode .GDAMOPFCEQB, html.sepia-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.sepia-mode .GJDCG5CK-B .GJDCG5CE1B { /* Search modal */
html.sepia-mode .GJDCG5CJ-B, html.sepia-mode .GDAMOPFCEQB, html.sepia-mode .GJDCG5CGQB, html.sepia-mode .GDAMOPFCDAC.GDAMOPFCM5B, html.sepia-mode .GJDCG5CO-B .GJDCG5CD1B, html.sepia-mode .GJDCG5CL-B .GJDCG5CP0B:hover { /* Search modal */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CK-B, html.sepia-mode .GJDCG5CDXB {
html.sepia-mode .GJDCG5CK-B, html.sepia-mode .GJDCG5CP-B, html.sepia-mode .GJDCG5CDXB {
border-bottom: 1px solid var(--black-five) !important;
}
html.sepia-mode .GJDCG5CEXB {
Expand All @@ -40,7 +40,7 @@ html.sepia-mode .GJDCG5CGWB, html.sepia-mode .GDAMOPFCIXB, html.sepia-mode .GJDC
html.sepia-mode .GJDCG5CDXB.GJDCG5CPXB { /* Selected notebook in notebooks modal */
background-color: #2DBE60 !important;
}
html.sepia-mode .GJDCG5CJTB { /* Select notebook at toolbar option */
html.sepia-mode .GJDCG5CITB { /* Select notebook at toolbar option */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CJJ, html.sepia-mode .focus-drawer-Filter-input { /* Search notebook/tags input text */
Expand All @@ -58,22 +58,22 @@ html.sepia-mode .GDAMOPFCPE { /* Notebook info */
html.sepia-mode .GDAMOPFCN-B .GDAMOPFCC1B, html.sepia-mode .GDAMOPFCDQB { /* Saved search */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CJ3B, html.sepia-mode .GJDCG5CH3B, html.sepia-mode .GJDCG5CN5B, html.sepia-mode .GJDCG5CGHB { /* Shortcuts modal */
html.sepia-mode .GJDCG5CJ3B, html.sepia-mode .GJDCG5CI3B, html.sepia-mode .GJDCG5CH3B, html.sepia-mode .GJDCG5CN5B, html.sepia-mode .GJDCG5CGHB, html.sepia-mode .GJDCG5CFHB, html.sepia-mode .GJDCG5CM5B { /* Shortcuts modal */
background-color: var(--sepia) !important;
border-right: 3px solid var(--black-five) !important;
}
html.sepia-mode .GJDCG5CP2 { /* Settings menu */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CC5B {
html.sepia-mode .GJDCG5CB5B {
background: var(--sepia) !important;
background-color: var(--sepia) !important;
border-right: 1px solid var(--black-five) !important;
}
html.sepia-mode .GDAMOPFCJYB { /* Notes list head */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CHQB { /* Notes list left border */
html.sepia-mode .GJDCG5CBQB { /* Notes list left border */
background-color: var(--sepia) !important;
border-left: 1px solid var(--black-five) !important;
}
Expand Down Expand Up @@ -116,7 +116,7 @@ html.sepia-mode .GJDCG5CP0, html.sepia-mode .GJDCG5CLKB, html.sepia-mode .GJDCG5
html.sepia-mode .focus-NotesView-Note .focus-NotesView-Note-snippetDivider { /* Notes divider color */
border-top: 1px solid var(--black-five) !important;
}
html.sepia-mode .GJDCG5CP3B { /* Profile background */
html.sepia-mode .GJDCG5CO3B { /* Profile background */
background-color: var(--sepia) !important;
border-top: 1px solid var(--black-five) !important;
}
Expand All @@ -137,11 +137,11 @@ html.sepia-mode .focus-NotesView-NotesView { /* Notes list body */
html.sepia-mode .GJDCG5CNNB, html.sepia-mode .GDAMOPFCOPB { /* Note editor body */
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CKKB { /* Note editor toolbar */
html.sepia-mode .GJDCG5CKKB, html.sepia-mode .GJDCG5CI1 { /* Note editor toolbar */
background-color: var(--sepia) !important;
border-bottom: 1px solid var(--sepia) !important;
}
html.sepia-mode .GJDCG5CMKB {
html.sepia-mode .GJDCG5CMKB, html.sepia-mode .GJDCG5CO0 {
border-left: 1px solid var(--sepia) !important;
}
html.sepia-mode .GJDCG5CJ1 { /* Note editor toolbar options */
Expand All @@ -154,7 +154,7 @@ html.sepia-mode .GJDCG5COF { /* Colors background */
border: 1px solid var(--sepia) !important;
background-color: var(--sepia) !important;
}
html.sepia-mode .GJDCG5CHK, html.sepia-mode .GJDCG5CGK.GJDCG5CAK, html.sepia-mode .GJDCG5COQ.GJDCG5CAR { /* Submenus background */
html.sepia-mode .GJDCG5CHK, html.sepia-mode .GJDCG5CGK, html.sepia-mode .GJDCG5CGK.GJDCG5CAK, html.sepia-mode .GJDCG5CNQ.GJDCG5CPQ , html.sepia-mode .GJDCG5CIEB.GJDCG5CBFB, html.sepia-mode .GJDCG5CM1 { /* Submenus background */
background-color: var(--sepia) !important;
}
html.sepia-mode .GDAMOPFCNHC { /* Dialogs background */
Expand Down

0 comments on commit bcfcf8b

Please sign in to comment.