Skip to content

Instantly share code, notes, and snippets.

@abzrg
Last active November 5, 2022 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abzrg/9cea7cea7ee9299540c54676076ff404 to your computer and use it in GitHub Desktop.
Save abzrg/9cea7cea7ee9299540c54676076ff404 to your computer and use it in GitHub Desktop.
darkplus theme for overleaf (first choose the tommorow night and then apply this theme)
/* ==UserStyle==
@name overleaf.com - 11/5/2022, 4:42:33 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("overleaf.com") {
/* Insert code here... */
}
.cm-content {
font-size: 20px;
font-family: Consolas NF, Monaco, Menlo, Ubuntu Mono, Consolas, monospace;
line-height: 1.6;
}
div[class^='ͼ'], div[class*=' ͼ'] .cm-content {
font-size: 20px;
font-family: Consolas NF, Lucida Console, Source Code Pro, monospace;
line-height: 1.6;
}
[class^='ͼ'], [class*=' ͼ'] .cm-scroller {
display: flex !important;
align-items: flex-start !important;
font-family: Consolas NF;
line-height: 1.4;
height: 100%;
overflow-x: auto;
position: relative;
z-index: 0;
}
div[class^='ͼ'], div[class*='ͼ'] .tok-comment {
color: #6a9955;
}
div[class^='ͼ'], div[class*='ͼ'] {
background-color: #1e1e1e;
color: #d4d4d4;
}
div[class^='ͼ'], div[class*='ͼ'] .tok-string {
color: #4ec9b0;
}
div[class^='ͼ'], div[class*='ͼ'] .tok-attributeValue {
color: #569cd6;
}
div[class^='ͼ'], div[class*='ͼ'] .tok-typeName {
color: #dcdcaa;
}
div[class^='ͼ'], div[class*='ͼ'] .tok-keyword {
color: #dcdcaa;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment