aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/darkTheme.css
diff options
context:
space:
mode:
authorMarvin Borner2020-07-09 22:33:43 +0200
committerMarvin Borner2020-07-09 22:33:43 +0200
commit1edfdf5f3a316a36108a0a853b0a2553d116d6fc (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/main/resources/css/darkTheme.css
parent18edde9bd3603f3f867cebce100e7b22be9012cd (diff)
Rewriiiiiiiiiite!
Okay, okay. I know, rewriting projects all the time is dumb. Buuut, we really don't want to work with our old and ugly code anymore. Furthermore we'll be using Deno now!
Diffstat (limited to 'src/main/resources/css/darkTheme.css')
-rw-r--r--src/main/resources/css/darkTheme.css118
1 files changed, 0 insertions, 118 deletions
diff --git a/src/main/resources/css/darkTheme.css b/src/main/resources/css/darkTheme.css
deleted file mode 100644
index 67e0b6d..0000000
--- a/src/main/resources/css/darkTheme.css
+++ /dev/null
@@ -1,118 +0,0 @@
-/*
- * Derived from einaros's Sons of Obsidian theme at
- * http://studiostyl.es/schemes/son-of-obsidian by
- * Alex Ford of CodeTunnel:
- * http://CodeTunnel.com/blog/post/71/google-code-prettify-obsidian-theme
- */
-
-.str {
- color: #EC7600;
-}
-
-.kwd {
- color: #93C763;
-}
-
-.com {
- color: #66747B;
-}
-
-.typ {
- color: #678CB1;
-}
-
-.lit {
- color: #FACD22;
-}
-
-.pun {
- color: #F1F2F3;
-}
-
-.pln {
- color: #F1F2F3;
-}
-
-.tag {
- color: #8AC763;
-}
-
-.atn {
- color: #E0E2E4;
-}
-
-.atv {
- color: #EC7600;
-}
-
-.dec {
- color: purple;
-}
-
-pre.prettyprint {
- border: 0px solid #888;
-}
-
-ol.linenums {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-.prettyprint {
- background: #181a1b;
-}
-
-li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
- color: #555;
- list-style-type: decimal;
-}
-
-li.L1, li.L3, li.L5, li.L7, li.L9 {
- background: #111;
-}
-
-@media print {
- .str {
- color: #060;
- }
-
- .kwd {
- color: #006;
- font-weight: bold;
- }
-
- .com {
- color: #600;
- font-style: italic;
- }
-
- .typ {
- color: #404;
- font-weight: bold;
- }
-
- .lit {
- color: #044;
- }
-
- .pun {
- color: #440;
- }
-
- .pln {
- color: #000;
- }
-
- .tag {
- color: #006;
- font-weight: bold;
- }
-
- .atn {
- color: #404;
- }
-
- .atv {
- color: #060;
- }
-}