diff --git a/themes/global/background.png b/themes/global/background.png new file mode 100644 index 0000000..9d55d02 Binary files /dev/null and b/themes/global/background.png differ diff --git a/themes/global/background.svg b/themes/global/background.svg new file mode 100644 index 0000000..0471733 --- /dev/null +++ b/themes/global/background.svg @@ -0,0 +1,162 @@ + + + + + + globe + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + globe + 2011-02-22T05:41:20 + a blue globe with red flight path + https://openclipart.org/detail/121609/globe-by-jongo_jingaro-121609 + + + jongo_jingaro + + + + + blue + globe + openstreetmap + red + ring + world + + + + + + + + + + + diff --git a/themes/global/extra.css b/themes/global/extra.css new file mode 100644 index 0000000..33f9f62 --- /dev/null +++ b/themes/global/extra.css @@ -0,0 +1,8 @@ +.tile-html h1,h2,h3,h4,h5,h6 { + color: var(--headings); +} + +.tile-html blockquote,pre { + background-color: var(--light); + padding: 5px; +} \ No newline at end of file diff --git a/themes/global/info.json b/themes/global/info.json new file mode 100644 index 0000000..19b8e2a --- /dev/null +++ b/themes/global/info.json @@ -0,0 +1,4 @@ +{ + "name": "Global", + "colors": ["#03A9F4", "#0091EA", "#80D8FF"] +} diff --git a/themes/global/pub.css b/themes/global/pub.css new file mode 100644 index 0000000..53cd837 --- /dev/null +++ b/themes/global/pub.css @@ -0,0 +1,3 @@ +background-position: right bottom; +background-repeat: no-repeat; +background-color: var(--background); \ No newline at end of file diff --git a/themes/global/vars.json b/themes/global/vars.json new file mode 100644 index 0000000..254153d --- /dev/null +++ b/themes/global/vars.json @@ -0,0 +1,9 @@ +{ + "primary": "#03A9F4", + "secondary": "#0091EA", + "medium": "#80D8FF", + "headings": "#01579B", + "background": "#E1F5FE", + "text": "#000000", + "light": "#B3E5FC" +} \ No newline at end of file