codeforces-darktheme icon indicating copy to clipboard operation
codeforces-darktheme copied to clipboard

A dark theme built for Codeforces

Results 9 codeforces-darktheme issues
Sort by recently updated
recently updated
newest added

I went through the Issues and Discussions related to the Logo and how it looks bad on a dark theme. What do you guys think about adding a feature to...

I've added a button upper right of the editor for full screen

Logo background matches with page background . Will try to add same for HarbourSpace university logo .

From Codeforces's CSS file: ``` .usertalks tr.unread td { background-color: #def !important; } ``` The currently-white text on that background is not readable.

Example page: https://codeforces.com/gym/102596 Possible selector: `#pageContent > div.datatable table > tbody > tr > td:nth-child(2) > div > div.notice[style*="font-size:1rem;"][style*="text-align:right;"] > div[style="color:black;font-weight:bold"]`

These pages only appears when Codeforces is offline, but this is the response HTML: ``` 502 Bad Gateway 502 Bad Gateway VK ``` ``` 504 Gateway Time-out 504 Gateway Time-out...

https://codeforces.com/groups/with/BenQ The "Accepted" text on the second row is too dark. Possible CSS selector: (based on a similar existing one) `td:not(dark) span[style^="color: #0000bb;"]`

Currently, the current user highlight is only there on contest standings page. Add it to problemset status as well. _Reported by [Lazy_lad here](https://codeforces.com/blog/entry/65477?#comment-622299)_

![a](https://user-images.githubusercontent.com/25191436/79071781-c7e2e400-7d07-11ea-8e47-17e459f2ec45.png) The 2 last rows are very hard to read. ```html     → Score table Score Problem A 418 Problem B 836 Problem C 1254 Problem D 1672 Problem...