Skip to content

Commit d21ae29

Browse files
committed
changing theme
1 parent 34527b6 commit d21ae29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/IDE.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
544544
className="flex-grow text-base"
545545
options={{
546546
mode: 'python',
547-
theme: 'material',
547+
theme: 'panda-syntax',
548548
lineNumbers: true,
549549
scrollbarStyle: null,
550550
lineWrapping: true,
@@ -562,7 +562,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
562562
className="flex-grow text-base"
563563
options={{
564564
mode: 'text/x-csrc',
565-
theme: 'material',
565+
theme: 'panda-syntax',
566566
lineNumbers: true,
567567
scrollbarStyle: null,
568568
lineWrapping: true,
@@ -580,7 +580,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
580580
className="flex-grow text-base"
581581
options={{
582582
mode: 'text/x-java',
583-
theme: 'material',
583+
theme: 'panda-syntax',
584584
lineNumbers: true,
585585
scrollbarStyle: null,
586586
lineWrapping: true,
@@ -598,7 +598,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
598598
className="flex-grow text-base"
599599
options={{
600600
mode: 'text/ecmascript',
601-
theme: 'material',
601+
theme: 'panda-syntax',
602602
lineNumbers: true,
603603
scrollbarStyle: null,
604604
lineWrapping: true,
@@ -616,7 +616,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
616616
className="flex-grow text-base"
617617
options={{
618618
mode: 'text/x-pascal',
619-
theme: 'material',
619+
theme: 'panda-syntax',
620620
lineNumbers: true,
621621
scrollbarStyle: null,
622622
lineWrapping: true,
@@ -634,7 +634,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
634634
className="flex-grow text-base"
635635
options={{
636636
mode: 'text/x-ruby',
637-
theme: 'material',
637+
theme: 'panda-syntax',
638638
lineNumbers: true,
639639
scrollbarStyle: null,
640640
lineWrapping: true,
@@ -652,7 +652,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
652652
className="flex-grow text-base"
653653
options={{
654654
mode: 'text/x-php',
655-
theme: 'material',
655+
theme: 'panda-syntax',
656656
lineNumbers: true,
657657
scrollbarStyle: null,
658658
lineWrapping: true,
@@ -670,7 +670,7 @@ export default function IDE({ docId, modal, toggleModal, cpp, setcpp, java, setj
670670
className="flex-grow text-base"
671671
options={{
672672
mode: 'text/x-perl',
673-
theme: 'material',
673+
theme: 'panda-syntax',
674674
lineNumbers: true,
675675
scrollbarStyle: null,
676676
lineWrapping: true,

0 commit comments

Comments
 (0)