diff --git a/README.md b/README.md index 146e6f5..4d5d9fb 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,12 @@ These let you play with the theme colours and generate the required files. ### Bionic Theme +### Debian Light + + +### Debian Dark + + ## Description of an EdgeTX theme A theme for EdgeTX consists minimally of 5 files, all located in a dedicated subfolder (in the example here `themename`): diff --git a/THEMES/debian_dark/background.png b/THEMES/debian_dark/background.png new file mode 100644 index 0000000..afb5ee4 Binary files /dev/null and b/THEMES/debian_dark/background.png differ diff --git a/THEMES/debian_dark/background_320x240.png b/THEMES/debian_dark/background_320x240.png new file mode 100644 index 0000000..b67044a Binary files /dev/null and b/THEMES/debian_dark/background_320x240.png differ diff --git a/THEMES/debian_dark/background_320x480.png b/THEMES/debian_dark/background_320x480.png new file mode 100644 index 0000000..ae6a172 Binary files /dev/null and b/THEMES/debian_dark/background_320x480.png differ diff --git a/THEMES/debian_dark/background_480x320.png b/THEMES/debian_dark/background_480x320.png new file mode 100644 index 0000000..073c531 Binary files /dev/null and b/THEMES/debian_dark/background_480x320.png differ diff --git a/THEMES/debian_dark/background_800x480.png b/THEMES/debian_dark/background_800x480.png new file mode 100644 index 0000000..d72ac5d Binary files /dev/null and b/THEMES/debian_dark/background_800x480.png differ diff --git a/THEMES/debian_dark/logo.png b/THEMES/debian_dark/logo.png new file mode 100644 index 0000000..97920eb Binary files /dev/null and b/THEMES/debian_dark/logo.png differ diff --git a/THEMES/debian_dark/readme.txt b/THEMES/debian_dark/readme.txt new file mode 100644 index 0000000..1ea58c4 --- /dev/null +++ b/THEMES/debian_dark/readme.txt @@ -0,0 +1,13 @@ +Author: Samuel Henrique + +The SVG used to generate the background is available at https://github.com/samueloph/edgetx_debian_theme_svg + +The Debian logo license can be read at https://www.debian.org/logos/: +The Debian Open Use Logo(s) are Copyright (c) 1999 Software in the Public Interest, Inc., and are released under the terms of the GNU Lesser General Public License, version 3 or any later version, or, at your option, of the Creative Commons Attribution-ShareAlike 3.0 Unported License. + +The Debian's project homepage can be accessed at: +https://www.debian.org/ + +This theme uses the same licenses as the Debian logo: the GNU Lesser General Public License, version 3 or any later version, or, at your option, the Creative Commons Attribution-ShareAlike 3.0 Unported License. + + diff --git a/THEMES/debian_dark/screenshot1.png b/THEMES/debian_dark/screenshot1.png new file mode 100644 index 0000000..40933a6 Binary files /dev/null and b/THEMES/debian_dark/screenshot1.png differ diff --git a/THEMES/debian_dark/screenshot2.png b/THEMES/debian_dark/screenshot2.png new file mode 100644 index 0000000..1c18751 Binary files /dev/null and b/THEMES/debian_dark/screenshot2.png differ diff --git a/THEMES/debian_dark/screenshot3.png b/THEMES/debian_dark/screenshot3.png new file mode 100644 index 0000000..8b010d1 Binary files /dev/null and b/THEMES/debian_dark/screenshot3.png differ diff --git a/THEMES/debian_dark/theme.yml b/THEMES/debian_dark/theme.yml new file mode 100644 index 0000000..0942cbe --- /dev/null +++ b/THEMES/debian_dark/theme.yml @@ -0,0 +1,18 @@ +--- +summary: + name: Debian Dark + author: Samuel Henrique + info: Debian dark theme +colors: + PRIMARY1: 0x000000 + PRIMARY2: 0xFFFFFF + PRIMARY3: 0x650025 + SECONDARY1: 0xA80030 + SECONDARY2: 0xa54661 + SECONDARY3: 0x8C8C8C + FOCUS: 0xff0000 + EDIT: 0x000000 + ACTIVE: 0xFFA851 + WARNING: 0xE0CC00 + DISABLED: 0xFFFFFF + diff --git a/THEMES/debian_light/background.png b/THEMES/debian_light/background.png new file mode 100644 index 0000000..c54a558 Binary files /dev/null and b/THEMES/debian_light/background.png differ diff --git a/THEMES/debian_light/background_320x240.png b/THEMES/debian_light/background_320x240.png new file mode 100644 index 0000000..bd4e53c Binary files /dev/null and b/THEMES/debian_light/background_320x240.png differ diff --git a/THEMES/debian_light/background_320x480.png b/THEMES/debian_light/background_320x480.png new file mode 100644 index 0000000..dd763ba Binary files /dev/null and b/THEMES/debian_light/background_320x480.png differ diff --git a/THEMES/debian_light/background_480x320.png b/THEMES/debian_light/background_480x320.png new file mode 100644 index 0000000..49e6910 Binary files /dev/null and b/THEMES/debian_light/background_480x320.png differ diff --git a/THEMES/debian_light/background_800x480.png b/THEMES/debian_light/background_800x480.png new file mode 100644 index 0000000..51e6ac8 Binary files /dev/null and b/THEMES/debian_light/background_800x480.png differ diff --git a/THEMES/debian_light/logo.png b/THEMES/debian_light/logo.png new file mode 100644 index 0000000..ecf22ab Binary files /dev/null and b/THEMES/debian_light/logo.png differ diff --git a/THEMES/debian_light/readme.txt b/THEMES/debian_light/readme.txt new file mode 100644 index 0000000..1ea58c4 --- /dev/null +++ b/THEMES/debian_light/readme.txt @@ -0,0 +1,13 @@ +Author: Samuel Henrique + +The SVG used to generate the background is available at https://github.com/samueloph/edgetx_debian_theme_svg + +The Debian logo license can be read at https://www.debian.org/logos/: +The Debian Open Use Logo(s) are Copyright (c) 1999 Software in the Public Interest, Inc., and are released under the terms of the GNU Lesser General Public License, version 3 or any later version, or, at your option, of the Creative Commons Attribution-ShareAlike 3.0 Unported License. + +The Debian's project homepage can be accessed at: +https://www.debian.org/ + +This theme uses the same licenses as the Debian logo: the GNU Lesser General Public License, version 3 or any later version, or, at your option, the Creative Commons Attribution-ShareAlike 3.0 Unported License. + + diff --git a/THEMES/debian_light/screenshot1.png b/THEMES/debian_light/screenshot1.png new file mode 100644 index 0000000..6b2ebc1 Binary files /dev/null and b/THEMES/debian_light/screenshot1.png differ diff --git a/THEMES/debian_light/screenshot2.png b/THEMES/debian_light/screenshot2.png new file mode 100644 index 0000000..17791cb Binary files /dev/null and b/THEMES/debian_light/screenshot2.png differ diff --git a/THEMES/debian_light/screenshot3.png b/THEMES/debian_light/screenshot3.png new file mode 100644 index 0000000..dd8db2b Binary files /dev/null and b/THEMES/debian_light/screenshot3.png differ diff --git a/THEMES/debian_light/theme.yml b/THEMES/debian_light/theme.yml new file mode 100644 index 0000000..c1341a8 --- /dev/null +++ b/THEMES/debian_light/theme.yml @@ -0,0 +1,18 @@ +--- +summary: + name: Debian Light + author: Samuel Henrique + info: Debian light theme +colors: + PRIMARY1: 0x000000 + PRIMARY2: 0xFFFFFF + PRIMARY3: 0x650025 + SECONDARY1: 0xA80030 + SECONDARY2: 0xa54661 + SECONDARY3: 0xFFFFFF + FOCUS: 0xff0000 + EDIT: 0x000000 + ACTIVE: 0xFFA851 + WARNING: 0xE0CC00 + DISABLED: 0x8C8C8C +