We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597f9cd commit a67068fCopy full SHA for a67068f
frontend/src/App.tsx
@@ -25,10 +25,10 @@ const App: React.FC = () => {
25
"Adwaita-dark",
26
"prefer-dark",
27
"org.kde.breezedark.desktop",
28
- "com.github.vinceliuice.Qogir-dark",
29
- "Qogirdark",
30
- "Qogir-dark",
31
- "Qogir-win-dark",
+ "com.github.vinceliuice.Qogir-Dark",
+ "QogirDark",
+ "Qogir-Dark",
+ "Qogir-win-Dark",
32
];
33
34
const fetchTheme = async () => {
0 commit comments