├── LICENSE ├── README.md ├── one_dark_arduino_1.png └── theme ├── basic_info.txt ├── buttons.svg ├── lock.png ├── newwindow.png ├── resize.png ├── syntax ├── dark.xml ├── default.xml └── default_ORIG.xml ├── tab-sel-left.png ├── tab-sel-menu.svg ├── tab-sel-mid.png ├── tab-sel-right.png ├── tab-unsel-left.png ├── tab-unsel-menu.svg ├── tab-unsel-mid.png ├── tab-unsel-right.png ├── theme.txt └── theme_ORIG.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/README.md -------------------------------------------------------------------------------- /one_dark_arduino_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/one_dark_arduino_1.png -------------------------------------------------------------------------------- /theme/basic_info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/basic_info.txt -------------------------------------------------------------------------------- /theme/buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/buttons.svg -------------------------------------------------------------------------------- /theme/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/lock.png -------------------------------------------------------------------------------- /theme/newwindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/newwindow.png -------------------------------------------------------------------------------- /theme/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/resize.png -------------------------------------------------------------------------------- /theme/syntax/dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/syntax/dark.xml -------------------------------------------------------------------------------- /theme/syntax/default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/syntax/default.xml -------------------------------------------------------------------------------- /theme/syntax/default_ORIG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/syntax/default_ORIG.xml -------------------------------------------------------------------------------- /theme/tab-sel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-sel-left.png -------------------------------------------------------------------------------- /theme/tab-sel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-sel-menu.svg -------------------------------------------------------------------------------- /theme/tab-sel-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-sel-mid.png -------------------------------------------------------------------------------- /theme/tab-sel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-sel-right.png -------------------------------------------------------------------------------- /theme/tab-unsel-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-unsel-left.png -------------------------------------------------------------------------------- /theme/tab-unsel-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-unsel-menu.svg -------------------------------------------------------------------------------- /theme/tab-unsel-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-unsel-mid.png -------------------------------------------------------------------------------- /theme/tab-unsel-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/tab-unsel-right.png -------------------------------------------------------------------------------- /theme/theme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/theme.txt -------------------------------------------------------------------------------- /theme/theme_ORIG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konrad91/OneDarkArduino/HEAD/theme/theme_ORIG.txt --------------------------------------------------------------------------------