Mercurial > minori
view include/sys/x11/dark_theme.h @ 413:192da585a0a8 default tip
*: fix formatting
the clang-format file was broken andjust using LLVM defaults.
now it's fixed and is more in line with what I actually prefer my
code to look like -- esp. with regards to tabulators
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 25 Jul 2026 14:54:32 -0400 |
| parents | c844f8bb87ce |
| children |
line wrap: on
line source
#ifndef MINORI_SYS_X11_DARK_THEME_H_ #define MINORI_SYS_X11_DARK_THEME_H_ namespace x11 { bool IsInDarkTheme(); } #endif /* MINORI_SYS_X11_DARK_THEME_H_ */
