Skip to content

Commit

Permalink
Add method that tells the app/backend that we are using a dark mode t…
Browse files Browse the repository at this point in the history
…heme
  • Loading branch information
gcasa committed Jan 6, 2025
1 parent c4e5d6b commit 9568ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Headers/Additions/GNUstepGUI/GSTheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ APPKIT_EXPORT_CLASS
- (NSString*) license;

/**
* Returns YES if in dark mode, and NO, if not. The reasoning behind this
* Returns YES if in dark mode, or NO, if not. The reasoning behind this
* is that some applications may display on the screen in dark mode, but
* print with the colors reversed. This method allows GUI and the backend
* to understand when we are using a dark theme and render accordingly when
Expand Down

0 comments on commit 9568ec7

Please sign in to comment.