2 -- look_greenlight for Notion's default drawing engine.
5 if not gr
.select_engine("de") then
9 -- Clear existing styles from memory.
14 highlight_colour
= "#666666",
15 shadow_colour
= "#666666",
16 background_colour
= "#333333",
17 foreground_colour
= "#cccccc",
23 border_style
= "elevated",
26 font
= "-*-helvetica-medium-r-normal-*-14-*-*-*-*-*-*-*",
27 text_align
= "center",
31 de
.defstyle("frame", {
32 background_colour
= "#000000",
33 transparent_background
= false,
38 font
= "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*",
41 de
.substyle("active-selected", {
42 highlight_colour
= "#8ac267",
43 shadow_colour
= "#8ac267",
44 background_colour
= "#354743",
47 de
.substyle("inactive-selected", {
48 highlight_colour
= "#6aa247",
49 shadow_colour
= "#6aa247",
54 de
.defstyle("input", {
58 de
.substyle("*-selection", {
59 background_colour
= "#354743",
62 de
.substyle("*-cursor", {
63 background_colour
= "#8ac267",
64 foreground_colour
= "#333333",
69 dopath("lookcommon_clean")
72 -- Refresh objects' brushes.