As a self-proclaimed Google henchman, I obviously love Google Keep. But similar to a Mogwai or a vampire, I don’t like bright light. Google seems hellbent on blinding us users, probably in a scheme to sneakily implement Google Eye… So here is my custom CSS for a darker, more pleasantly Keep interface.
To add this style to Keep, I use the extension My Style. Actually, I prefer my modified version of My Style, because as everything else it’s bright light, but to each their own…
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | body {background:#050505 !important; color:#fff !important;} a {color:#FFCD35 !important;} .HLvlvd-h1U9Be { background:#222 !important; color:#fff !important; } .IZ65Hb-YPqjbf { color:#fff !important; } .TUdKmf-xhiy4-INgbqf.IZ65Hb-INgbqf { background:#222 !important; } .IZ65Hb-TBnied { background:#222 !important; } .UU3Zxb.auswjd, .kPTQic-nUpftc .UU3Zxb.auswjd { background:#333 !important; } .INgbqf-LIyHke-Bz112c, .IZ65Hb-MPu53c.VIpgJd-MPu53c-barxie, .TUdKmf-xhiy4 .INgbqf-Bz112c-VHuOHf, .IZ65Hb-H9WeWe-oPu43, .rymPhb-ibnC6b-VkLyEc-Bz112c, .IZ65Hb-MPu53c, .IZ65Hb-aptq0d-MPu53c, .QA0Szd-oPu43, .QA0Szd-ibnC6b, .UU3Zxb-jOfkMb-V67aGc, .UU3Zxb-docTNd-Bz112c, .UU3Zxb-qwsjo-Bz112c, .neVct-Ne3sFf-Bz112c.G0jgYd, .neVct-Ne3sFf-fmcmS, .IZ65Hb-Tswv1b, .zyxPWd-AznF2e-P86uke-Bz112c, .zyxPWd-AznF2e-ihIZgd-Bz112c, .TUdKmf-xhiy4 .INgbqf-Bz112c-zyxPWd, .TUdKmf-xhiy4 .INgbqf-Bz112c-VsHK1d, .rymPhb-EnFNjd-ibnC6b, .rymPhb-EnFNjd-yePe5c-bN97Pc, .NYTeh-tJHJj-Q8Kwad, .aptq0d-htvI8d-ibnC6b-Bz112c, .tk3N6e-nEeMgc-oKdM2c, .a4NQYe-ti6hGc-Bz112c { -webkit-filter: invert(100%); filter: invert(100%); } .IZ65Hb-YPqjbf[placeholder]:empty:before { color:#999 !important; } .IZ65Hb-RW7GDd .CmABtb-YPqjbf { color:#999 !important; } .QA0Szd { background:#222 !important; -webkit-box-shadow: 0 0 40px rgba(0,0,0,1.0) !important; box-shadow: 0 0 40px rgba(0,0,0,1.0) !important; } #gbqfb { background:#000 !important; } .QA0Szd .hSRGPd-haAclf { border-top: 1px solid #111 !important; } ::-webkit-scrollbar {width: 6px !important; height: 6px !important;} ::-webkit-scrollbar-track {background: rgba rgba(0,0,0,1) !important;} ::-webkit-scrollbar-thumb {background: #333 !important;} ::-webkit-scrollbar-track-piece {background:none !important;} .fFW7wc-diOhnc-nP8ZQe-pMQP8 { background:#FF0 !important; } .r4nke-YPqjbf { border-bottom:2px groove #333 !important; padding-bottom:10px !important; } .zyxPWd-L9AdLc-uxAMZ .VIpgJd-AznF2e, .zyxPWd-L9AdLc-BeDmAc { border-color: #000 !important; } .zyxPWd-L9AdLc-gElRsf-YPqjbf, .tk3N6e-y4JFTd { background:#000 !important; color: #999 !important; border-color: #000 !important; } .zyxPWd-L9AdLc-WS1epc, .VIpgJd-j7LFlb, .zyxPWd-rTEl-V67aGc, .zyxPWd-L9AdLc-r4nke { color: #999 !important; } .tk3N6e-LgbsSe-n2to0e { background: none !important; color:#999 !important; border-color: transparent !important; } .tk3N6e-LgbsSe-n2to0e:hover { border-color: transparent !important; color:#FFCD35 !important; } .VIpgJd-xl07Ob { background:#222 !important; } .VsHK1d-nEeMgc, .a4NQYe-EtCsxc { background:#111 !important; } .UU3Zxb, .UU3Zxb-G0jgYd-jSBk7b { background:#333 !important; } .CmABtb:not(.NYTeh-tJHJj).IZ65Hb-QQhtn { border-bottom: 1px solid #444 !important; border-top: 1px solid #444 !important; } .i9yGGd-vrrIBb div { background:#111 !important; } .gb_Ic .gb_Nb, .gb_Kc .gb_Pb { background: #222 !important; } .gbqfqw { background: #000 !important; } .gbqfif, .gbqfsf { color:#aaa !important; } .gb_Nc .gb_Sb { background: #222 !important;; } .IZ65Hb-YPqjbf.r4nke-YPqjbf.bJ69tf-ma6Yeb { background: #222 !important; } .XKSfm-L9AdLc-AHe6Kc { background: #000 !important } .TUdKmf-xhiy4>.IZ65Hb-INgbqf { background: #222; } .IZ65Hb-INgbqf .RmniWd-rymPhb, .TUdKmf-xhiy4 .IZ65Hb-INgbqf .Ge5tnd-HiaYvf { -webkit-filter: invert(100%); filter: invert(100%); } .gb_Qc .gb_Vb { background: #151515; } .gb_Pa { -webkit-filter: grayscale(1); filter: grayscale(1); } |
Google Keep CSS updated: 31.01.15