Skip to content

Commit a25f7a2

Browse files
authored
Add new "Deep Blue" dark theme (#8015)
1 parent ea802fc commit a25f7a2

File tree

3 files changed

+769
-0
lines changed

3 files changed

+769
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { createGdevelopTheme } from '../CreateTheme';
2+
3+
import styles from './DeepBlueThemeVariables.json';
4+
import './DeepBlueThemeVariables.css';
5+
6+
export default createGdevelopTheme({
7+
styles,
8+
9+
rootClassNameIdentifier: 'DeepBlueTheme',
10+
paletteType: 'dark',
11+
gdevelopIconsCSSFilter: 'hue-rotate(-10deg) saturate(50%)',
12+
});

0 commit comments

Comments
 (0)