Skip to content

Commit e30c89a

Browse files
committed
Updating the PrismJS theme to DuotoneSea
1 parent 259b180 commit e30c89a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
require('prism-themes/themes/prism-atom-dark.css');
1+
require('prism-themes/themes/prism-duotone-sea.css');
22
require('prismjs/plugins/line-numbers/prism-line-numbers.css');

src/global/GlobalStyle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default createGlobalStyle`
111111
}
112112
113113
.gatsby-highlight {
114-
background-color: #1d1f21;
114+
background-color: #1d262f;
115115
border-radius: 0.3em;
116116
margin: 30px 0 0;
117117
padding: 1em;

0 commit comments

Comments
 (0)