├── LICENSE ├── README.md ├── userChrome.css └── window ├── adblock.svg ├── add.svg ├── dashlane.svg ├── left.svg ├── menu.svg ├── minus.svg ├── refresh.svg ├── right.svg ├── side_navigation.svg ├── stop.svg └── switch.svg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/README.md -------------------------------------------------------------------------------- /userChrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/userChrome.css -------------------------------------------------------------------------------- /window/adblock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/adblock.svg -------------------------------------------------------------------------------- /window/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/add.svg -------------------------------------------------------------------------------- /window/dashlane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/dashlane.svg -------------------------------------------------------------------------------- /window/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/left.svg -------------------------------------------------------------------------------- /window/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/menu.svg -------------------------------------------------------------------------------- /window/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/minus.svg -------------------------------------------------------------------------------- /window/refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/refresh.svg -------------------------------------------------------------------------------- /window/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/right.svg -------------------------------------------------------------------------------- /window/side_navigation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/side_navigation.svg -------------------------------------------------------------------------------- /window/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/stop.svg -------------------------------------------------------------------------------- /window/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JarnotMaciej/Essence/HEAD/window/switch.svg --------------------------------------------------------------------------------