Skip to content

Commit d442f3e

Browse files
committed
Fix format
1 parent da14f75 commit d442f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Available themes.
225225
| [dark_dimmed](#dark_dimmed) |
226226
| [dark_lover](#dark_lover) |
227227
| [kimbie_dark](#kimbie_dark) |
228-
| [aura](#aura) |
228+
| [aura](#aura) |
229229

230230
### flat
231231

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ export const COLORS: { [name: string]: Theme } = {
598598
DEFAULT_RANK_BASE: "#5e8c2a",
599599
DEFAULT_RANK_SHADOW: "#5e8c2a",
600600
DEFAULT_RANK_TEXT: "#5e8c2a",
601-
}
601+
},
602602
};
603603

604604
export interface Theme {

0 commit comments

Comments
 (0)