From a91bf0b0a2b9f6efa9223c29e908447c43973bea Mon Sep 17 00:00:00 2001 From: Naoufal Date: Sun, 2 Oct 2022 19:48:00 -0400 Subject: [PATCH] edit dracula pre --- themes/notepadium/assets/css/chroma/dracula.css | 2 +- themes/notepadium/assets/css/hljs/dracula.css | 2 +- themes/notepadium/assets/css/prism/dracula.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/notepadium/assets/css/chroma/dracula.css b/themes/notepadium/assets/css/chroma/dracula.css index 1f322b0..496ae65 100644 --- a/themes/notepadium/assets/css/chroma/dracula.css +++ b/themes/notepadium/assets/css/chroma/dracula.css @@ -1,4 +1,4 @@ -/* Background */ pre, .chroma { color: #f8f8f2; background-color: #282a36 } +/* Background */ pre, .chroma { color: #f8f8f2; background-color: #000 } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } /* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc } diff --git a/themes/notepadium/assets/css/hljs/dracula.css b/themes/notepadium/assets/css/hljs/dracula.css index d2af472..c2f645c 100644 --- a/themes/notepadium/assets/css/hljs/dracula.css +++ b/themes/notepadium/assets/css/hljs/dracula.css @@ -15,7 +15,7 @@ http://zenorocha.mit-license.org */ pre { - background-color: #282a36; + background-color: #000; } .hljs-keyword, diff --git a/themes/notepadium/assets/css/prism/dracula.css b/themes/notepadium/assets/css/prism/dracula.css index 843a8c5..7b63c4b 100644 --- a/themes/notepadium/assets/css/prism/dracula.css +++ b/themes/notepadium/assets/css/prism/dracula.css @@ -13,7 +13,7 @@ pre { :not(pre) > code[class*="language-"], pre { - background-color: #282a36; } + background-color: #000; } .token.comment, .token.prolog,