1 -- look_clean.lua drawing engine configuration file for Notion.
3 if not gr
.select_engine("de") then return end
8 shadow_colour
= "grey",
9 highlight_colour
= "grey",
10 background_colour
= "#545d75",
11 foreground_colour
= "grey",
15 border_style
= "elevated",
16 font
= "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
17 text_align
= "center",
21 font
= "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
22 de
.substyle("active-selected", {
23 shadow_colour
= "white",
24 highlight_colour
= "white",
25 background_colour
= "#8a999e",
26 foreground_colour
= "white",
28 de
.substyle("active-unselected", {
29 shadow_colour
= "grey",
30 highlight_colour
= "grey",
31 background_colour
= "#545d75",
32 foreground_colour
= "grey",
34 de
.substyle("inactive-selected", {
35 shadow_colour
= "grey",
36 highlight_colour
= "grey",
37 background_colour
= "#545d75",
38 foreground_colour
= "grey",
40 de
.substyle("inactive-unselected", {
41 shadow_colour
= "grey",
42 highlight_colour
= "grey",
43 background_colour
= "#545d75",
44 foreground_colour
= "grey",
46 text_align
= "center",
49 de
.defstyle("input", {
50 foreground_colour
= "white",
51 de
.substyle("*-cursor", {
52 background_colour
= "white",
53 foreground_colour
= "#545d75",
55 de
.substyle("*-selection", {
56 background_colour
= "#aaaaaa",
57 foreground_colour
= "black",
59 font
= "-misc-fixed-medium-r-*-*-13-*-*-*-*-60-*-*",
62 dopath("lookcommon_clean")
64 de
.defstyle("tab-menuentry-big", {
66 font
= "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-*-*",