Revert changes to themes

Marshall Bowers created

Change summary

crates/theme2/src/themes/one_dark.rs   | 33 ----------------------------
crates/theme2/src/themes/sandcastle.rs | 33 ----------------------------
2 files changed, 66 deletions(-)

Detailed changes

crates/theme2/src/themes/one_dark.rs 🔗

@@ -1,85 +1,131 @@
-Theme {
-    metadata: ThemeMetadata {
-        name: "One Dark".into(),
-        is_light: false,
-    },
-    transparent: rgba(0x00000000).into(),
-    mac_os_traffic_light_red: rgba(0xec695eff).into(),
-    mac_os_traffic_light_yellow: rgba(0xf4bf4eff).into(),
-    mac_os_traffic_light_green: rgba(0x61c553ff).into(),
-    border: rgba(0x464b57ff).into(),
-    border_variant: rgba(0x464b57ff).into(),
-    border_focused: rgba(0x293b5bff).into(),
-    border_transparent: rgba(0x00000000).into(),
-    elevated_surface: rgba(0x3b414dff).into(),
-    surface: rgba(0x2f343eff).into(),
-    background: rgba(0x3b414dff).into(),
-    filled_element: rgba(0x3b414dff).into(),
-    filled_element_hover: rgba(0xffffff1e).into(),
-    filled_element_active: rgba(0xffffff28).into(),
-    filled_element_selected: rgba(0x18243dff).into(),
-    filled_element_disabled: rgba(0x00000000).into(),
-    ghost_element: rgba(0x00000000).into(),
-    ghost_element_hover: rgba(0xffffff14).into(),
-    ghost_element_active: rgba(0xffffff1e).into(),
-    ghost_element_selected: rgba(0x18243dff).into(),
-    ghost_element_disabled: rgba(0x00000000).into(),
-    text: rgba(0xc8ccd4ff).into(),
-    text_muted: rgba(0x838994ff).into(),
-    text_placeholder: rgba(0xd07277ff).into(),
-    text_disabled: rgba(0x555a63ff).into(),
-    text_accent: rgba(0x74ade8ff).into(),
-    icon_muted: rgba(0x838994ff).into(),
-    syntax: SyntaxTheme {

crates/theme2/src/themes/sandcastle.rs 🔗

@@ -1,85 +1,130 @@
-Theme {
-    metadata: ThemeMetadata {
-        name: "Sandcastle".into(),
-        is_light: false,
-    },
-    transparent: rgba(0x00000000).into(),
-    mac_os_traffic_light_red: rgba(0xec695eff).into(),
-    mac_os_traffic_light_yellow: rgba(0xf4bf4eff).into(),
-    mac_os_traffic_light_green: rgba(0x61c553ff).into(),
-    border: rgba(0x3d4350ff).into(),
-    border_variant: rgba(0x3d4350ff).into(),
-    border_focused: rgba(0x223131ff).into(),
-    border_transparent: rgba(0x00000000).into(),
-    elevated_surface: rgba(0x333944ff).into(),
-    surface: rgba(0x2b3038ff).into(),
-    background: rgba(0x333944ff).into(),
-    filled_element: rgba(0x333944ff).into(),
-    filled_element_hover: rgba(0xffffff1e).into(),
-    filled_element_active: rgba(0xffffff28).into(),
-    filled_element_selected: rgba(0x171e1eff).into(),
-    filled_element_disabled: rgba(0x00000000).into(),
-    ghost_element: rgba(0x00000000).into(),
-    ghost_element_hover: rgba(0xffffff14).into(),
-    ghost_element_active: rgba(0xffffff1e).into(),
-    ghost_element_selected: rgba(0x171e1eff).into(),
-    ghost_element_disabled: rgba(0x00000000).into(),
-    text: rgba(0xfdf4c1ff).into(),
-    text_muted: rgba(0xa69782ff).into(),
-    text_placeholder: rgba(0xb3627aff).into(),
-    text_disabled: rgba(0x827568ff).into(),
-    text_accent: rgba(0x518b8bff).into(),
-    icon_muted: rgba(0xa69782ff).into(),
-    syntax: SyntaxTheme {