We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259c00 commit fa6736aCopy full SHA for fa6736a
colors/dracula.json
@@ -0,0 +1,11 @@
1
+{
2
+ "black": "#282a36",
3
+ "blue": "#6272a4",
4
+ "cyan": "#8be9fd",
5
+ "gray": "#44475a",
6
+ "green": "#50fa7b",
7
+ "magenta": "#bd93f9",
8
+ "red": "#ff5555",
9
+ "white": "#f8f8f2",
10
+ "yellow": "#ffb86c"
11
+}
lib/config.js
@@ -71,16 +71,16 @@ const DEFAULT_CONFIG = {
71
retry: 2
72
},
73
code: {
74
- editor: 'vim',
75
- lang: 'cpp'
+ editor: 'nvim',
+ lang: 'python3'
76
77
file: {
78
show: '${fid}.${slug}',
79
submission: '${fid}.${slug}.${sid}.${ac}'
80
81
color: {
82
enable: true,
83
- theme: 'default'
+ theme: 'dracula'
84
85
icon: {
86
theme: ''
0 commit comments