Mercurial > minori
comparison src/sys/x11/dark_theme.cc @ 364:99c961c91809
core: refactor out byte stream into its own file
easy dubs
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 16 Jul 2024 21:15:59 -0400 |
parents | c844f8bb87ce |
children |
comparison
equal
deleted
inserted
replaced
363:f10507d8f686 | 364:99c961c91809 |
---|---|
1 #include "sys/x11/dark_theme.h" | 1 #include "sys/x11/dark_theme.h" |
2 #include "sys/x11/settings.h" | 2 #include "sys/x11/settings.h" |
3 #include "sys/glib/dark_theme.h" /* glib::IsGTKThemeDark */ | 3 #include "sys/glib/dark_theme.h" /* glib::IsGTKThemeDark */ |
4 | |
5 #include <iostream> | |
6 | 4 |
7 namespace x11 { | 5 namespace x11 { |
8 | 6 |
9 bool IsInDarkTheme() { | 7 bool IsInDarkTheme() { |
10 SettingsItem setting; | 8 SettingsItem setting; |