This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green.
tags/v1.3.1001
John Rigg
Jonathan Moore Liles
4 years ago
parent
851dee6ab3
commit
2b8d732643
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/themes.cxx
+ 1
- 1
src/themes.cxx
View File
@@ -42,7 +42,7 @@ void fl_register_themes ( void )
{
Fl_Color_Scheme *o = new Fl_Color_Scheme( "Black",
fl_rgb_color(
0, 0, 0
),
fl_rgb_color(
4, 4, 4
),
fl_rgb_color( 20, 20, 20 ),
fl_rgb_color( 240, 240, 240 ),
FL_YELLOW );
Write
Preview
Loading…
Cancel
Save