├── LICENSE ├── README.md ├── screenshots ├── 02vs03.png ├── arduino dark theme on ubuntu 18.04.png ├── arduino_dark_theme_on_ubuntu_18.10.png ├── arduino_dark_theme_on_windows_10.PNG ├── arduino_preference_red.png ├── rename.png ├── serial_plotter.png └── theme-selection.png ├── tauno-dark-theme.zip ├── theme_0.2 ├── buttons.svg ├── close.svg ├── lock.svg ├── newwindow.svg ├── resize.svg ├── syntax │ └── default.xml ├── tab-sel-left.svg ├── tab-sel-menu.svg ├── tab-sel-mid.svg ├── tab-sel-right.svg ├── tab-unsel-left.svg ├── tab-unsel-menu.svg ├── tab-unsel-mid.svg ├── tab-unsel-right.svg ├── theme.properties └── theme.txt └── theme_0.3 ├── buttons.svg ├── close.svg ├── lock.svg ├── newwindow.svg ├── resize.svg ├── syntax └── default.xml ├── tab-sel-left.svg ├── tab-sel-menu.svg ├── tab-sel-mid.svg ├── tab-sel-right.svg ├── tab-unsel-left.svg ├── tab-unsel-menu.svg ├── tab-unsel-mid.svg ├── tab-unsel-right.svg ├── theme.properties └── theme.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/02vs03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/02vs03.png -------------------------------------------------------------------------------- /screenshots/arduino dark theme on ubuntu 18.04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/arduino dark theme on ubuntu 18.04.png -------------------------------------------------------------------------------- /screenshots/arduino_dark_theme_on_ubuntu_18.10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/arduino_dark_theme_on_ubuntu_18.10.png -------------------------------------------------------------------------------- /screenshots/arduino_dark_theme_on_windows_10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/arduino_dark_theme_on_windows_10.PNG -------------------------------------------------------------------------------- /screenshots/arduino_preference_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/arduino_preference_red.png -------------------------------------------------------------------------------- /screenshots/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/rename.png -------------------------------------------------------------------------------- /screenshots/serial_plotter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/serial_plotter.png -------------------------------------------------------------------------------- /screenshots/theme-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/screenshots/theme-selection.png -------------------------------------------------------------------------------- /tauno-dark-theme.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/tauno-dark-theme.zip -------------------------------------------------------------------------------- /theme_0.2/buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/buttons.svg -------------------------------------------------------------------------------- /theme_0.2/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/close.svg -------------------------------------------------------------------------------- /theme_0.2/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/lock.svg -------------------------------------------------------------------------------- /theme_0.2/newwindow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/newwindow.svg -------------------------------------------------------------------------------- /theme_0.2/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/resize.svg -------------------------------------------------------------------------------- /theme_0.2/syntax/default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/syntax/default.xml -------------------------------------------------------------------------------- /theme_0.2/tab-sel-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-sel-left.svg -------------------------------------------------------------------------------- /theme_0.2/tab-sel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-sel-menu.svg -------------------------------------------------------------------------------- /theme_0.2/tab-sel-mid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-sel-mid.svg -------------------------------------------------------------------------------- /theme_0.2/tab-sel-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-sel-right.svg -------------------------------------------------------------------------------- /theme_0.2/tab-unsel-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-unsel-left.svg -------------------------------------------------------------------------------- /theme_0.2/tab-unsel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-unsel-menu.svg -------------------------------------------------------------------------------- /theme_0.2/tab-unsel-mid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-unsel-mid.svg -------------------------------------------------------------------------------- /theme_0.2/tab-unsel-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/tab-unsel-right.svg -------------------------------------------------------------------------------- /theme_0.2/theme.properties: -------------------------------------------------------------------------------- 1 | name=Tauno Dark 2 | version=0.2 3 | -------------------------------------------------------------------------------- /theme_0.2/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.2/theme.txt -------------------------------------------------------------------------------- /theme_0.3/buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/buttons.svg -------------------------------------------------------------------------------- /theme_0.3/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/close.svg -------------------------------------------------------------------------------- /theme_0.3/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/lock.svg -------------------------------------------------------------------------------- /theme_0.3/newwindow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/newwindow.svg -------------------------------------------------------------------------------- /theme_0.3/resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/resize.svg -------------------------------------------------------------------------------- /theme_0.3/syntax/default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/syntax/default.xml -------------------------------------------------------------------------------- /theme_0.3/tab-sel-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-sel-left.svg -------------------------------------------------------------------------------- /theme_0.3/tab-sel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-sel-menu.svg -------------------------------------------------------------------------------- /theme_0.3/tab-sel-mid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-sel-mid.svg -------------------------------------------------------------------------------- /theme_0.3/tab-sel-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-sel-right.svg -------------------------------------------------------------------------------- /theme_0.3/tab-unsel-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-unsel-left.svg -------------------------------------------------------------------------------- /theme_0.3/tab-unsel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-unsel-menu.svg -------------------------------------------------------------------------------- /theme_0.3/tab-unsel-mid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-unsel-mid.svg -------------------------------------------------------------------------------- /theme_0.3/tab-unsel-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/tab-unsel-right.svg -------------------------------------------------------------------------------- /theme_0.3/theme.properties: -------------------------------------------------------------------------------- 1 | name=Tauno Dark 2 | version=0.3 3 | -------------------------------------------------------------------------------- /theme_0.3/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taunoe/arduino-dark-theme/HEAD/theme_0.3/theme.txt --------------------------------------------------------------------------------