File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,31 @@ const MaterialDark: Theme = {
308308 base0L : '#ffffff' ,
309309} ;
310310
311+ const OceanDark : Theme = {
312+ displayName : 'Ocean Dark' ,
313+ base00 : '#232730' ,
314+ base01 : '#2b303c' ,
315+ base02 : '#323943' ,
316+ base03 : '#414551' ,
317+ base04 : '#65727e' ,
318+ base05 : '#757984' ,
319+ base06 : '#c0c4ce' ,
320+ base07 : '#eff1f5' ,
321+ base08 : '#b48bae' ,
322+ base09 : '#c0c5ce' ,
323+ base0A : '#d06a77' ,
324+ base0B : '#a3c08a' ,
325+ base0C : '#ab7866' ,
326+ base0D : '#eccd88' ,
327+ base0E : '#d06a77' ,
328+ base0F : '#757a85' ,
329+ base0H : '#0084ff' ,
330+ base0I : '#314048' ,
331+ base0J : '#314048' ,
332+ base0K : '#263238' ,
333+ base0L : '#1c1f27' ,
334+ } ;
335+
311336const Phd : Theme = {
312337 displayName : 'Phd' ,
313338 base00 : '#061229' ,
@@ -395,6 +420,7 @@ module.exports = {
395420 GruvboxLight,
396421 Materia,
397422 MaterialDark,
423+ OceanDark,
398424 Phd,
399425 Tomorrow,
400426 TomorrowNight,
You can’t perform that action at this time.
0 commit comments