Skip to content

Commit cdf76f5

Browse files
committed
THEME: Dark theme declarations for class list_browser and the profiler.
Requires the SDL version of xpce.
1 parent 19653f8 commit cdf76f5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

library/theme/dark.pl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@
321321
elevation(elevation('0,25mm', background := black))
322322
]).
323323

324+
pce_style(list_browser,
325+
[ selection_style(style(background := yellow, colour := black)),
326+
isearch_style(style(background := green, colour := black))
327+
]).
328+
324329
% PceEmacs
325330

326331
pce_style(text_image,
@@ -358,6 +363,16 @@
358363
colour(white)
359364
]).
360365

366+
% Profiler
367+
368+
pce_style(prof_details,
369+
[ header_background(khaki3)
370+
]).
371+
pce_style(prof_node_text,
372+
[ colour('dodger_blue')
373+
]).
374+
375+
361376
%! prolog_source_view:port_style(+Port, -StyleAttributes)
362377
%
363378
% Override style attributes for indicating a specific port in the

0 commit comments

Comments
 (0)