Last active
December 6, 2025 18:22
-
-
Save tectrixdev/ee94a3f194d6b2c1a7601d8227c3fb7e to your computer and use it in GitHub Desktop.
An OLED theme for Darktable. In order to utilise, just add this to custom css.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @define-color border_color @grey_00; | |
| @define-color bg_color @grey_00; | |
| @define-color bg_color @grey_00; | |
| @define-color scroll_bar_active @grey_100; | |
| @define-color scroll_bar_bg @grey_00; | |
| @define-color scroll_bar_bg @grey_00; | |
| @define-color field_bg @grey_00; | |
| @define-color darkroom_bg_color @grey_00; | |
| @define-color lighttable_bg_color @grey_20; | |
| @define-color thumbnail_bg_color @grey_00; | |
| @define-color thumbnail_star_bg_color @grey_00; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment