diff --git a/src/theme/preInstalled.js b/src/theme/preInstalled.js index 1e3584bd5..863202f0b 100644 --- a/src/theme/preInstalled.js +++ b/src/theme/preInstalled.js @@ -65,108 +65,142 @@ ocean.preferredEditorTheme = "solarizedDark"; ocean.preferredFont = "Fira Code"; const bump = createBuiltInTheme("Bump"); -bump.darkenedPrimaryColor = "rgb(28, 33, 38)"; -bump.primaryColor = "rgb(48, 56, 65)"; -bump.primaryTextColor = "rgb(236, 236, 236)"; -bump.secondaryColor = "rgb(48, 71, 94)"; -bump.secondaryTextColor = "rgb(236, 236, 236)"; -bump.activeColor = "rgb(242, 163, 101)"; -bump.linkTextColor = "rgb(181, 180, 233)"; -bump.borderColor = "rgb(107, 120, 136)"; -bump.popupIconColor = "rgb(236, 236, 236)"; -bump.popupBackgroundColor = "rgb(48, 56, 65)"; -bump.popupTextColor = "rgb(236, 236, 236)"; -bump.popupActiveColor = "rgb(255, 215, 0)"; -bump.buttonBackgroundColor = "rgb(242, 163, 101)"; -bump.buttonTextColor = "rgb(236, 236, 236)"; -bump.buttonActiveColor = "rgb(212, 137, 79)"; +bump.darkenedPrimaryColor = "rgb(24, 28, 36)"; +bump.primaryColor = "rgb(36, 40, 52)"; +bump.primaryTextColor = "rgb(230, 232, 238)"; +bump.secondaryColor = "rgb(44, 50, 64)"; +bump.secondaryTextColor = "rgb(175, 180, 192)"; +bump.activeColor = "rgb(240, 113, 103)"; +bump.linkTextColor = "rgb(255, 150, 130)"; +bump.borderColor = "rgba(175, 180, 192, 0.2)"; +bump.popupIconColor = "rgb(230, 232, 238)"; +bump.popupBackgroundColor = "rgb(40, 44, 58)"; +bump.popupTextColor = "rgb(230, 232, 238)"; +bump.popupActiveColor = "rgb(240, 113, 103)"; +bump.buttonBackgroundColor = "rgb(240, 113, 103)"; +bump.buttonTextColor = "rgb(255, 255, 255)"; +bump.buttonActiveColor = "rgb(210, 90, 80)"; +bump.boxShadowColor = "rgba(0, 0, 0, 0.35)"; +bump.activeTextColor = "rgb(255, 255, 255)"; +bump.errorTextColor = "rgb(255, 180, 100)"; +bump.dangerColor = "rgb(240, 70, 60)"; +bump.scrollbarColor = "rgba(230, 232, 238, 0.12)"; bump.preferredEditorTheme = "one_dark"; const bling = createBuiltInTheme("Bling"); -bling.darkenedPrimaryColor = "rgb(19, 19, 38)"; -bling.primaryColor = "rgb(32, 32, 64)"; -bling.primaryTextColor = "rgb(255, 189, 105)"; -bling.secondaryColor = "rgb(84, 56, 100)"; -bling.secondaryTextColor = "rgb(255, 189, 105)"; -bling.activeColor = "rgb(255, 99, 99)"; -bling.linkTextColor = "rgb(181, 180, 233)"; -bling.borderColor = "rgb(93, 93, 151)"; -bling.popupIconColor = "rgb(255, 189, 105)"; -bling.popupBackgroundColor = "rgb(32, 32, 64)"; -bling.popupTextColor = "rgb(255, 189, 105)"; -bling.popupActiveColor = "rgb(51, 153, 255)"; -bling.buttonBackgroundColor = "rgb(255, 99, 99)"; -bling.buttonTextColor = "rgb(255, 189, 105)"; -bling.buttonActiveColor = "rgb(160, 99, 52)"; +bling.darkenedPrimaryColor = "rgb(16, 12, 28)"; +bling.primaryColor = "rgb(25, 20, 40)"; +bling.primaryTextColor = "rgb(228, 225, 240)"; +bling.secondaryColor = "rgb(35, 28, 55)"; +bling.secondaryTextColor = "rgb(170, 165, 190)"; +bling.activeColor = "rgb(80, 200, 155)"; +bling.linkTextColor = "rgb(120, 220, 180)"; +bling.borderColor = "rgba(80, 200, 155, 0.2)"; +bling.popupIconColor = "rgb(228, 225, 240)"; +bling.popupBackgroundColor = "rgb(30, 24, 48)"; +bling.popupTextColor = "rgb(228, 225, 240)"; +bling.popupActiveColor = "rgb(80, 200, 155)"; +bling.buttonBackgroundColor = "rgb(80, 200, 155)"; +bling.buttonTextColor = "rgb(16, 12, 28)"; +bling.buttonActiveColor = "rgb(55, 170, 130)"; +bling.boxShadowColor = "rgba(0, 0, 0, 0.45)"; +bling.activeTextColor = "rgb(16, 12, 28)"; +bling.errorTextColor = "rgb(255, 170, 100)"; +bling.dangerColor = "rgb(240, 85, 85)"; +bling.scrollbarColor = "rgba(228, 225, 240, 0.1)"; +bling.preferredEditorTheme = "tokyoNight"; const moon = createBuiltInTheme("Moon"); -moon.darkenedPrimaryColor = "rgb(20, 24, 29)"; -moon.primaryColor = "rgb(34, 40, 49)"; -moon.primaryTextColor = "rgb(0, 255, 245)"; -moon.secondaryColor = "rgb(57, 62, 70)"; -moon.secondaryTextColor = "rgb(0, 255, 245)"; -moon.activeColor = "rgb(0, 173, 181)"; -moon.linkTextColor = "rgb(181, 180, 233)"; -moon.borderColor = "rgb(90, 101, 117)"; -moon.popupIconColor = "rgb(0, 255, 245)"; -moon.popupBackgroundColor = "rgb(34, 40, 49)"; -moon.popupTextColor = "rgb(0, 255, 245)"; -moon.popupActiveColor = "rgb(51, 153, 255)"; -moon.buttonBackgroundColor = "rgb(0, 173, 181)"; -moon.buttonTextColor = "rgb(0, 142, 149)"; -moon.buttonActiveColor = "rgb(0, 173, 181)"; +moon.darkenedPrimaryColor = "rgb(16, 20, 26)"; +moon.primaryColor = "rgb(26, 32, 42)"; +moon.primaryTextColor = "rgb(210, 225, 230)"; +moon.secondaryColor = "rgb(34, 42, 54)"; +moon.secondaryTextColor = "rgb(150, 170, 180)"; +moon.activeColor = "rgb(0, 188, 194)"; +moon.linkTextColor = "rgb(80, 220, 225)"; +moon.borderColor = "rgba(0, 188, 194, 0.2)"; +moon.popupIconColor = "rgb(210, 225, 230)"; +moon.popupBackgroundColor = "rgb(30, 38, 48)"; +moon.popupTextColor = "rgb(210, 225, 230)"; +moon.popupActiveColor = "rgb(0, 188, 194)"; +moon.buttonBackgroundColor = "rgb(0, 188, 194)"; +moon.buttonTextColor = "rgb(16, 20, 26)"; +moon.buttonActiveColor = "rgb(0, 155, 160)"; +moon.boxShadowColor = "rgba(0, 0, 0, 0.4)"; +moon.activeTextColor = "rgb(16, 20, 26)"; +moon.errorTextColor = "rgb(255, 170, 105)"; +moon.dangerColor = "rgb(235, 75, 70)"; +moon.scrollbarColor = "rgba(210, 225, 230, 0.12)"; moon.preferredEditorTheme = "tokyoNight"; const atticus = createBuiltInTheme("Atticus"); -atticus.darkenedPrimaryColor = "rgb(32, 30, 30)"; -atticus.primaryColor = "rgb(54, 51, 51)"; -atticus.primaryTextColor = "rgb(246, 233, 233)"; -atticus.secondaryColor = "rgb(39, 33, 33)"; -atticus.secondaryTextColor = "rgb(246, 233, 233)"; -atticus.activeColor = "rgb(225, 100, 40)"; -atticus.linkTextColor = "rgb(181, 180, 233)"; -atticus.borderColor = "rgb(117, 111, 111)"; -atticus.popupIconColor = "rgb(246, 233, 233)"; -atticus.popupBackgroundColor = "rgb(54, 51, 51)"; -atticus.popupTextColor = "rgb(246, 233, 233)"; -atticus.popupActiveColor = "rgb(51, 153, 255)"; -atticus.buttonBackgroundColor = "rgb(225, 100, 40)"; -atticus.buttonTextColor = "rgb(246, 233, 233)"; -atticus.buttonActiveColor = "rgb(0, 145, 153)"; +atticus.darkenedPrimaryColor = "rgb(26, 24, 22)"; +atticus.primaryColor = "rgb(38, 36, 33)"; +atticus.primaryTextColor = "rgb(228, 222, 212)"; +atticus.secondaryColor = "rgb(48, 45, 40)"; +atticus.secondaryTextColor = "rgb(175, 168, 155)"; +atticus.activeColor = "rgb(130, 170, 90)"; +atticus.linkTextColor = "rgb(155, 195, 115)"; +atticus.borderColor = "rgba(130, 170, 90, 0.2)"; +atticus.popupIconColor = "rgb(228, 222, 212)"; +atticus.popupBackgroundColor = "rgb(42, 40, 36)"; +atticus.popupTextColor = "rgb(228, 222, 212)"; +atticus.popupActiveColor = "rgb(130, 170, 90)"; +atticus.buttonBackgroundColor = "rgb(130, 170, 90)"; +atticus.buttonTextColor = "rgb(38, 36, 33)"; +atticus.buttonActiveColor = "rgb(105, 145, 70)"; +atticus.boxShadowColor = "rgba(0, 0, 0, 0.35)"; +atticus.activeTextColor = "rgb(38, 36, 33)"; +atticus.errorTextColor = "rgb(240, 160, 90)"; +atticus.dangerColor = "rgb(210, 65, 55)"; +atticus.scrollbarColor = "rgba(228, 222, 212, 0.12)"; +atticus.preferredEditorTheme = "monokai"; const tomyris = createBuiltInTheme("Tomyris"); -tomyris.darkenedPrimaryColor = "rgb(32, 30, 30)"; -tomyris.primaryColor = "rgb(59, 9, 68)"; -tomyris.primaryTextColor = "rgb(241, 187, 213)"; -tomyris.secondaryColor = "rgb(95, 24, 84)"; -tomyris.secondaryTextColor = "rgb(144, 184, 248)"; -tomyris.activeColor = "rgb(161, 37, 89)"; -tomyris.linkTextColor = "rgb(181, 180, 233)"; -tomyris.borderColor = "rgb(140, 58, 155)"; -tomyris.popupIconColor = "rgb(241, 187, 213)"; -tomyris.popupBackgroundColor = "rgb(59, 9, 68)"; -tomyris.popupTextColor = "rgb(241, 187, 213)"; -tomyris.popupActiveColor = "rgb(51, 153, 255)"; -tomyris.buttonBackgroundColor = "rgb(161, 37, 89)"; -tomyris.buttonTextColor = "rgb(241, 187, 213)"; -tomyris.buttonActiveColor = "rgb(0, 145, 153)"; +tomyris.darkenedPrimaryColor = "rgb(22, 12, 20)"; +tomyris.primaryColor = "rgb(32, 18, 28)"; +tomyris.primaryTextColor = "rgb(235, 225, 232)"; +tomyris.secondaryColor = "rgb(45, 26, 38)"; +tomyris.secondaryTextColor = "rgb(185, 170, 178)"; +tomyris.activeColor = "rgb(232, 75, 145)"; +tomyris.linkTextColor = "rgb(250, 130, 180)"; +tomyris.borderColor = "rgba(232, 75, 145, 0.2)"; +tomyris.popupIconColor = "rgb(235, 225, 232)"; +tomyris.popupBackgroundColor = "rgb(38, 22, 33)"; +tomyris.popupTextColor = "rgb(235, 225, 232)"; +tomyris.popupActiveColor = "rgb(232, 75, 145)"; +tomyris.buttonBackgroundColor = "rgb(232, 75, 145)"; +tomyris.buttonTextColor = "rgb(255, 255, 255)"; +tomyris.buttonActiveColor = "rgb(200, 55, 120)"; +tomyris.boxShadowColor = "rgba(0, 0, 0, 0.45)"; +tomyris.activeTextColor = "rgb(255, 255, 255)"; +tomyris.errorTextColor = "rgb(255, 175, 100)"; +tomyris.dangerColor = "rgb(235, 65, 65)"; +tomyris.scrollbarColor = "rgba(235, 225, 232, 0.1)"; +tomyris.preferredEditorTheme = "monokai"; const menes = createBuiltInTheme("Menes"); -menes.darkenedPrimaryColor = "rgb(31, 34, 38)"; -menes.primaryColor = "rgb(53, 57, 65)"; -menes.primaryTextColor = "rgb(144, 184, 248)"; -menes.secondaryColor = "rgb(38, 40, 43)"; -menes.secondaryTextColor = "rgb(144, 184, 248)"; -menes.activeColor = "rgb(95, 133, 219)"; -menes.linkTextColor = "rgb(181, 180, 233)"; -menes.borderColor = "rgb(117, 123, 134)"; -menes.popupIconColor = "rgb(144, 184, 248)"; -menes.popupBackgroundColor = "rgb(54, 59, 78)"; -menes.popupTextColor = "rgb(144, 184, 248)"; -menes.popupActiveColor = "rgb(51, 153, 255)"; -menes.buttonBackgroundColor = "rgb(95, 133, 219)"; -menes.buttonTextColor = "rgb(144, 184, 248)"; -menes.buttonActiveColor = "rgb(0, 145, 153)"; +menes.darkenedPrimaryColor = "rgb(18, 22, 28)"; +menes.primaryColor = "rgb(28, 32, 40)"; +menes.primaryTextColor = "rgb(225, 230, 240)"; +menes.secondaryColor = "rgb(36, 42, 52)"; +menes.secondaryTextColor = "rgb(140, 155, 175)"; +menes.activeColor = "rgb(72, 210, 120)"; +menes.linkTextColor = "rgb(100, 230, 150)"; +menes.borderColor = "rgba(72, 210, 120, 0.18)"; +menes.popupIconColor = "rgb(225, 230, 240)"; +menes.popupBackgroundColor = "rgb(32, 38, 48)"; +menes.popupTextColor = "rgb(225, 230, 240)"; +menes.popupActiveColor = "rgb(72, 210, 120)"; +menes.buttonBackgroundColor = "rgb(72, 210, 120)"; +menes.buttonTextColor = "rgb(18, 22, 30)"; +menes.buttonActiveColor = "rgb(50, 180, 95)"; +menes.boxShadowColor = "rgba(0, 0, 0, 0.4)"; +menes.activeTextColor = "rgb(18, 22, 30)"; +menes.errorTextColor = "rgb(255, 165, 95)"; +menes.dangerColor = "rgb(240, 75, 65)"; +menes.scrollbarColor = "rgba(225, 230, 240, 0.12)"; +menes.preferredEditorTheme = "one_dark"; const light = createBuiltInTheme("Light", "light"); light.primaryColor = "rgb(255, 255, 255)"; @@ -328,6 +362,167 @@ sunset.errorTextColor = "rgb(185, 28, 28)"; sunset.dangerColor = "rgb(220, 38, 38)"; sunset.scrollbarColor = "rgba(124, 45, 18, 0.2)"; +const obsidian = createBuiltInTheme("Obsidian"); +obsidian.darkenedPrimaryColor = "rgb(18, 17, 21)"; +obsidian.primaryColor = "rgb(28, 27, 31)"; +obsidian.primaryTextColor = "rgb(232, 228, 220)"; +obsidian.secondaryColor = "rgb(38, 37, 42)"; +obsidian.secondaryTextColor = "rgb(185, 180, 172)"; +obsidian.activeColor = "rgb(212, 175, 55)"; +obsidian.linkTextColor = "rgb(230, 200, 120)"; +obsidian.borderColor = "rgba(212, 175, 55, 0.18)"; +obsidian.popupIconColor = "rgb(232, 228, 220)"; +obsidian.popupBackgroundColor = "rgb(32, 31, 36)"; +obsidian.popupTextColor = "rgb(232, 228, 220)"; +obsidian.popupActiveColor = "rgb(212, 175, 55)"; +obsidian.buttonBackgroundColor = "rgb(212, 175, 55)"; +obsidian.buttonTextColor = "rgb(28, 27, 31)"; +obsidian.buttonActiveColor = "rgb(184, 148, 36)"; +obsidian.boxShadowColor = "rgba(0, 0, 0, 0.45)"; +obsidian.activeTextColor = "rgb(28, 27, 31)"; +obsidian.errorTextColor = "rgb(255, 152, 100)"; +obsidian.dangerColor = "rgb(220, 80, 60)"; +obsidian.scrollbarColor = "rgba(212, 175, 55, 0.18)"; +obsidian.preferredEditorTheme = "one_dark"; + +const ember = createBuiltInTheme("Ember"); +ember.darkenedPrimaryColor = "rgb(22, 16, 13)"; +ember.primaryColor = "rgb(32, 24, 20)"; +ember.primaryTextColor = "rgb(240, 228, 210)"; +ember.secondaryColor = "rgb(45, 35, 28)"; +ember.secondaryTextColor = "rgb(200, 185, 165)"; +ember.activeColor = "rgb(217, 130, 60)"; +ember.linkTextColor = "rgb(240, 170, 100)"; +ember.borderColor = "rgba(217, 130, 60, 0.22)"; +ember.popupIconColor = "rgb(240, 228, 210)"; +ember.popupBackgroundColor = "rgb(38, 30, 24)"; +ember.popupTextColor = "rgb(240, 228, 210)"; +ember.popupActiveColor = "rgb(217, 130, 60)"; +ember.buttonBackgroundColor = "rgb(217, 130, 60)"; +ember.buttonTextColor = "rgb(32, 24, 20)"; +ember.buttonActiveColor = "rgb(190, 105, 40)"; +ember.boxShadowColor = "rgba(0, 0, 0, 0.4)"; +ember.activeTextColor = "rgb(32, 24, 20)"; +ember.errorTextColor = "rgb(255, 160, 85)"; +ember.dangerColor = "rgb(220, 60, 50)"; +ember.scrollbarColor = "rgba(240, 228, 210, 0.12)"; +ember.preferredEditorTheme = "monokai"; + +const dusk = createBuiltInTheme("Dusk"); +dusk.darkenedPrimaryColor = "rgb(13, 11, 24)"; +dusk.primaryColor = "rgb(20, 18, 35)"; +dusk.primaryTextColor = "rgb(215, 210, 235)"; +dusk.secondaryColor = "rgb(30, 27, 50)"; +dusk.secondaryTextColor = "rgb(160, 155, 185)"; +dusk.activeColor = "rgb(167, 105, 220)"; +dusk.linkTextColor = "rgb(190, 150, 240)"; +dusk.borderColor = "rgba(167, 105, 220, 0.2)"; +dusk.popupIconColor = "rgb(215, 210, 235)"; +dusk.popupBackgroundColor = "rgb(25, 23, 42)"; +dusk.popupTextColor = "rgb(215, 210, 235)"; +dusk.popupActiveColor = "rgb(167, 105, 220)"; +dusk.buttonBackgroundColor = "rgb(167, 105, 220)"; +dusk.buttonTextColor = "rgb(255, 255, 255)"; +dusk.buttonActiveColor = "rgb(140, 80, 195)"; +dusk.boxShadowColor = "rgba(0, 0, 0, 0.5)"; +dusk.activeTextColor = "rgb(255, 255, 255)"; +dusk.errorTextColor = "rgb(255, 170, 110)"; +dusk.dangerColor = "rgb(235, 80, 100)"; +dusk.scrollbarColor = "rgba(215, 210, 235, 0.12)"; +dusk.preferredEditorTheme = "tokyoNight"; + +const carbon = createBuiltInTheme("Carbon"); +carbon.darkenedPrimaryColor = "rgb(14, 14, 16)"; +carbon.primaryColor = "rgb(22, 22, 24)"; +carbon.primaryTextColor = "rgb(235, 235, 240)"; +carbon.secondaryColor = "rgb(32, 32, 35)"; +carbon.secondaryTextColor = "rgb(155, 155, 165)"; +carbon.activeColor = "rgb(55, 142, 240)"; +carbon.linkTextColor = "rgb(85, 165, 255)"; +carbon.borderColor = "rgba(255, 255, 255, 0.08)"; +carbon.popupIconColor = "rgb(235, 235, 240)"; +carbon.popupBackgroundColor = "rgb(28, 28, 31)"; +carbon.popupTextColor = "rgb(235, 235, 240)"; +carbon.popupActiveColor = "rgb(55, 142, 240)"; +carbon.buttonBackgroundColor = "rgb(55, 142, 240)"; +carbon.buttonTextColor = "rgb(255, 255, 255)"; +carbon.buttonActiveColor = "rgb(38, 118, 210)"; +carbon.boxShadowColor = "rgba(0, 0, 0, 0.5)"; +carbon.activeTextColor = "rgb(255, 255, 255)"; +carbon.errorTextColor = "rgb(255, 140, 100)"; +carbon.dangerColor = "rgb(235, 70, 60)"; +carbon.scrollbarColor = "rgba(255, 255, 255, 0.1)"; +carbon.preferredEditorTheme = "one_dark"; + +const mint = createBuiltInTheme("Mint", "light"); +mint.darkenedPrimaryColor = "rgb(235, 245, 240)"; +mint.primaryColor = "rgb(250, 253, 252)"; +mint.primaryTextColor = "rgb(28, 42, 38)"; +mint.secondaryColor = "rgb(240, 248, 245)"; +mint.secondaryTextColor = "rgb(72, 92, 85)"; +mint.activeColor = "rgb(4, 120, 87)"; +mint.linkTextColor = "rgb(2, 100, 72)"; +mint.borderColor = "rgb(209, 233, 225)"; +mint.popupIconColor = "rgb(28, 42, 38)"; +mint.popupBackgroundColor = "rgb(250, 253, 252)"; +mint.popupTextColor = "rgb(28, 42, 38)"; +mint.popupActiveColor = "rgb(4, 120, 87)"; +mint.buttonBackgroundColor = "rgb(4, 120, 87)"; +mint.buttonTextColor = "rgb(255, 255, 255)"; +mint.buttonActiveColor = "rgb(2, 100, 72)"; +mint.boxShadowColor = "rgba(0, 0, 0, 0.06)"; +mint.activeTextColor = "rgb(255, 255, 255)"; +mint.errorTextColor = "rgb(190, 40, 40)"; +mint.dangerColor = "rgb(220, 38, 38)"; +mint.scrollbarColor = "rgba(28, 42, 38, 0.12)"; +mint.preferredEditorTheme = "noctisLilac"; + +const sandstone = createBuiltInTheme("Sandstone", "light"); +sandstone.darkenedPrimaryColor = "rgb(238, 230, 218)"; +sandstone.primaryColor = "rgb(252, 248, 242)"; +sandstone.primaryTextColor = "rgb(60, 45, 35)"; +sandstone.secondaryColor = "rgb(244, 238, 228)"; +sandstone.secondaryTextColor = "rgb(110, 90, 70)"; +sandstone.activeColor = "rgb(192, 92, 52)"; +sandstone.linkTextColor = "rgb(175, 75, 40)"; +sandstone.borderColor = "rgb(222, 210, 195)"; +sandstone.popupIconColor = "rgb(60, 45, 35)"; +sandstone.popupBackgroundColor = "rgb(252, 248, 242)"; +sandstone.popupTextColor = "rgb(60, 45, 35)"; +sandstone.popupActiveColor = "rgb(192, 92, 52)"; +sandstone.buttonBackgroundColor = "rgb(192, 92, 52)"; +sandstone.buttonTextColor = "rgb(255, 255, 255)"; +sandstone.buttonActiveColor = "rgb(165, 72, 38)"; +sandstone.boxShadowColor = "rgba(0, 0, 0, 0.06)"; +sandstone.activeTextColor = "rgb(255, 255, 255)"; +sandstone.errorTextColor = "rgb(180, 40, 35)"; +sandstone.dangerColor = "rgb(200, 50, 45)"; +sandstone.scrollbarColor = "rgba(60, 45, 35, 0.12)"; +sandstone.preferredEditorTheme = "noctisLilac"; + +const blossom = createBuiltInTheme("Blossom", "light"); +blossom.darkenedPrimaryColor = "rgb(242, 234, 237)"; +blossom.primaryColor = "rgb(254, 250, 251)"; +blossom.primaryTextColor = "rgb(48, 38, 42)"; +blossom.secondaryColor = "rgb(248, 240, 243)"; +blossom.secondaryTextColor = "rgb(100, 80, 88)"; +blossom.activeColor = "rgb(190, 75, 115)"; +blossom.linkTextColor = "rgb(170, 55, 95)"; +blossom.borderColor = "rgb(232, 218, 223)"; +blossom.popupIconColor = "rgb(48, 38, 42)"; +blossom.popupBackgroundColor = "rgb(254, 250, 251)"; +blossom.popupTextColor = "rgb(48, 38, 42)"; +blossom.popupActiveColor = "rgb(190, 75, 115)"; +blossom.buttonBackgroundColor = "rgb(190, 75, 115)"; +blossom.buttonTextColor = "rgb(255, 255, 255)"; +blossom.buttonActiveColor = "rgb(160, 55, 95)"; +blossom.boxShadowColor = "rgba(0, 0, 0, 0.06)"; +blossom.activeTextColor = "rgb(255, 255, 255)"; +blossom.errorTextColor = "rgb(200, 45, 40)"; +blossom.dangerColor = "rgb(210, 50, 45)"; +blossom.scrollbarColor = "rgba(48, 38, 42, 0.12)"; +blossom.preferredEditorTheme = "noctisLilac"; + const custom = createBuiltInTheme("Custom"); custom.autoDarkened = true; @@ -348,5 +543,12 @@ export default [ atticus, tomyris, menes, + obsidian, + ember, + dusk, + carbon, + mint, + sandstone, + blossom, custom, ];