├── README.md ├── yorha-2.json ├── yorha.json ├── yorha-notype-2.json ├── yorha-notype.json ├── yorha-fulltype-2.json └── yorha-fulltype.json /README.md: -------------------------------------------------------------------------------- 1 | # YoRHa eDEX-UI Theme 2 | 3 | Its a pretty simple re-color theme for [eDEX-UI](https://github.com/GitSquared/edex-ui). Added a vignette and the square grids for the background and thats pretty much it. 4 | 5 | # How to install 6 | 7 | 1. Move the .json files to `C:\Users\\AppData\Roaming\eDEX-UI\themes` 8 | 2. Run eDEX-UI. 9 | 3. Press `ctrl+shift+s` on the keyboard to bring up settings. 10 | 4. Under `theme` choose either `yorha`, `yorha-notype` or `yorha-fulltype` depending if you want half on-screen keyboard, half filesystem, full filesystem or full keyboard. 11 | 5. Click `Save to Disk` and `Reload UI` 12 | 6. You should be able to see the theme. 13 | 14 | ## v1 (Larger Grids) 15 | ![No keyboard](https://i.imgur.com/gWbUnp9.png) 16 | ![Keyboard](https://i.imgur.com/nVAPThW.png) 17 | ![Full keyboard](https://i.imgur.com/UmaHpLC.png) 18 | 19 | ## v2 (Smaller Grids but more accurate to actual YoRHa UI) 20 | ![No keyboard](https://i.imgur.com/6PzlnFD.png) 21 | ![Keyboard](https://i.imgur.com/QwGZpTV.png) 22 | ![Full keyboard](https://i.imgur.com/F43bgBh.png) 23 | 24 | 25 | -------------------------------------------------------------------------------- /yorha-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(rgb(180,175,154,.1) 2px,transparent .1em),linear-gradient(90deg,rgb(180,175,154 ,.1) 2px,transparent .1em);background-size:6px 6px}" 30 | } 31 | -------------------------------------------------------------------------------- /yorha.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(var(--color_grey) .05em,transparent .1em),linear-gradient(90deg,var(--color_grey) .05em,transparent .1em);background-size:1.5rem 1.5rem}" 30 | } 31 | -------------------------------------------------------------------------------- /yorha-notype-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"section#filesystem{left:0;width:100vw}section#filesystem>div,section#filesystem>h3.title{width:100vw}section#keyboard{display:none}body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(rgb(180,175,154,.1) 2px,transparent .1em),linear-gradient(90deg,rgb(180,175,154 ,.1) 2px,transparent .1em);background-size:6px 6px}" 30 | } 31 | -------------------------------------------------------------------------------- /yorha-notype.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"section#filesystem{left:0;width:100vw}section#filesystem>div,section#filesystem>h3.title{width:100vw}section#keyboard{display:none}body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(var(--color_grey) .05em,transparent .1em),linear-gradient(90deg,var(--color_grey) .05em,transparent .1em);background-size:1.5rem 1.5rem}" 30 | } 31 | -------------------------------------------------------------------------------- /yorha-fulltype-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(rgb(180,175,154,.1) 2px,transparent .1em),linear-gradient(90deg,rgb(180,175,154 ,.1) 2px,transparent .1em);background-size:6px 6px} section#keyboard{width: 100vw;} div.keyboard_key{margin: 0vh 0.8vh;} div.keyboard_key#keyboard_spacebar{width: 53.5vh;min-width: 53.5vh;} section#filesystem{display:none;}" 30 | } 31 | -------------------------------------------------------------------------------- /yorha-fulltype.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "r": 78, 4 | "g": 75, 5 | "b": 66, 6 | "black": "#000000", 7 | "light_black": "#dad4bb", 8 | "grey": "rgba(180, 175, 154, 0.3)" 9 | }, 10 | "cssvars": { 11 | "font_main": "United Sans Medium", 12 | "font_main_light": "United Sans Light" 13 | }, 14 | "terminal": { 15 | "fontFamily": "Fira Mono", 16 | "cursorStyle": "block", 17 | "foreground": "#4e4b42", 18 | "background": "#dad4bb", 19 | "cursor": "#4e4b42", 20 | "cursorAccent": "#4e4b42", 21 | "selection": "rgba(240,238,233,0.3)" 22 | }, 23 | "globe": { 24 | "base": "#000000", 25 | "marker": "#f0eee9", 26 | "pin": "#f0eee9", 27 | "satellite": "#f0eee9" 28 | }, 29 | "injectCSS":"body:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 25vw rgba(0,0,0,.5);pointer-events:none}body{background:var(--color_light_black);background-image:linear-gradient(var(--color_grey) .05em,transparent .1em),linear-gradient(90deg,var(--color_grey) .05em,transparent .1em);background-size:1.5rem 1.5rem} section#keyboard{width: 100vw;} div.keyboard_key{margin: 0vh 0.8vh;} div.keyboard_key#keyboard_spacebar{width: 53.5vh;min-width: 53.5vh;} section#filesystem{display:none;}" 30 | } 31 | --------------------------------------------------------------------------------