Skip to content

Commit 23831ad

Browse files
author
Brian Vaughn
committed
Ocean Dark theme
1 parent ecd7e27 commit 23831ad

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

frontend/Themes/Themes.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
311336
const 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,

0 commit comments

Comments
 (0)