Skip to content

Commit 0fe6941

Browse files
authored
fix(styles): use kebab-case for style name in Aura Theme variants (#1183)
### Description Fixes #1182 by correcting the style name to follow existing kebab-case convention
1 parent 2408917 commit 0fe6941

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!--
22
# Aura Theme Dark Soft > Color scheme for Chroma syntax highlighter
33
# Repository: https://github.com/daltonmenezes/aura-theme
4-
# Theme version: 1.0.0
4+
# Theme version: 1.0.1
55
-->
66

7-
<style name="Aura Theme Dark Soft">
7+
<style name="aura-theme-dark-soft">
88
<!-- Base -->
99
<entry type="Background" style="bg:#15141b #bdbdbd"/>
1010
<entry type="CodeLine" style="#bdbdbd"/>

styles/aura-theme-dark.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!--
22
# Aura Theme Dark > Color scheme for Chroma syntax highlighter
33
# Repository: https://github.com/daltonmenezes/aura-theme
4-
# Theme version: 1.0.0
4+
# Theme version: 1.0.1
55
-->
66

7-
<style name="Aura Theme Dark">
7+
<style name="aura-theme-dark">
88
<!-- Base -->
99
<entry type="Background" style="bg:#15141b #edecee"/>
1010
<entry type="CodeLine" style="#edecee"/>

0 commit comments

Comments
 (0)