From c578e6b7d9f42a09206933ac508ab4d13d6234a8 Mon Sep 17 00:00:00 2001 From: thavid Date: Fri, 10 May 2024 10:54:20 +0200 Subject: [PATCH 1/2] Added Dopamina Dark in themes.json --- .project | 11 +++++++++++ themeengine/themes.json | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/.project b/.project index 6de12d5..9ef7368 100644 --- a/.project +++ b/.project @@ -14,4 +14,15 @@ org.eclipse.jdt.core.javanature + + + 1715330842640 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/themeengine/themes.json b/themeengine/themes.json index 948b6e6..88e1092 100644 --- a/themeengine/themes.json +++ b/themeengine/themes.json @@ -1,4 +1,9 @@ { + "dopamina-dark-theme-color-theme.json": { + "name": "Dopamina Dark", + "sourceCodeUrl": "https://github.com/jaccon/dopaminadarktheme", + "sourceCodePath": "blob/master/themes/Dopamina Dark Theme-color-theme.json" + }, "arc-theme.theme.json": { "name": "Arc", "license": "MIT", From 91b7bb403f32aa40f2ec2dcecfc87f8fd0e1a8b1 Mon Sep 17 00:00:00 2001 From: thavid Date: Fri, 10 May 2024 10:55:43 +0200 Subject: [PATCH 2/2] dark: true --- themeengine/themes.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themeengine/themes.json b/themeengine/themes.json index 88e1092..8cfdb14 100644 --- a/themeengine/themes.json +++ b/themeengine/themes.json @@ -1,6 +1,7 @@ { "dopamina-dark-theme-color-theme.json": { "name": "Dopamina Dark", + "dark": true, "sourceCodeUrl": "https://github.com/jaccon/dopaminadarktheme", "sourceCodePath": "blob/master/themes/Dopamina Dark Theme-color-theme.json" },