├── assets ├── colors.png ├── logo.png ├── chrome │ ├── plane-dark.crx │ ├── plane-white.crx │ └── plane-white │ │ ├── Cached Theme.pak │ │ ├── images │ │ ├── theme_frame.png │ │ ├── theme_toolbar.png │ │ ├── theme_tab_background.png │ │ └── theme_ntp_background.jpeg │ │ └── manifest.json └── logo.svg ├── Color palette.gpl └── README.md /assets/colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/colors.png -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/logo.png -------------------------------------------------------------------------------- /assets/chrome/plane-dark.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-dark.crx -------------------------------------------------------------------------------- /assets/chrome/plane-white.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white.crx -------------------------------------------------------------------------------- /assets/chrome/plane-white/Cached Theme.pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white/Cached Theme.pak -------------------------------------------------------------------------------- /assets/chrome/plane-white/images/theme_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white/images/theme_frame.png -------------------------------------------------------------------------------- /assets/chrome/plane-white/images/theme_toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white/images/theme_toolbar.png -------------------------------------------------------------------------------- /assets/chrome/plane-white/images/theme_tab_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white/images/theme_tab_background.png -------------------------------------------------------------------------------- /assets/chrome/plane-white/images/theme_ntp_background.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wfpaisa/plane/HEAD/assets/chrome/plane-white/images/theme_ntp_background.jpeg -------------------------------------------------------------------------------- /Color palette.gpl: -------------------------------------------------------------------------------- 1 | GIMP Palette 2 | Name: Color palette.gpl 3 | Columns: 1 4 | # 5 | 252 252 252 Light Base 6 | 238 239 240 Light Bg 7 | 82 87 98 Light Text 8 | 42 45 53 Dark Base 9 | 47 51 61 Dark Bg 10 | 240 240 240 Dark Text 11 | 0 126 255 Select 12 | 113 242 195 Editor Green 13 | 255 246 178 Editor Yellow 14 | 181 157 219 Editor Purple 15 | 255 135 191 Editor Red 16 | 160 223 255 Editor Blue 17 | 255 154 120 Editor Orange 18 | 138 254 255 Editor Turquoise 19 | 248 248 242 Editor Text color 20 | 31 34 40 Editor Background 21 | 40 43 50 Editor LineHighlight 22 | 52 55 62 Editor LineSelection 23 | -------------------------------------------------------------------------------- /assets/chrome/plane-white/manifest.json: -------------------------------------------------------------------------------- 1 | {"name":"Plane theme white","version":"1.0","description":"","manifest_version":2,"theme":{"images":{"theme_frame":"images\/theme_frame.png","theme_toolbar":"images\/theme_toolbar.png","theme_tab_background":"images\/theme_tab_background.png","theme_ntp_background":"images\/theme_ntp_background.jpeg"},"colors":{"frame":[238,239,240],"toolbar":[204,207,214],"tab_text":[90,97,113],"tab_background_text":[114,121,136],"bookmark_text":[90,97,113],"ntp_background":[255,255,255],"ntp_text":[90,97,113],"ntp_link":[0,126,255],"button_background":[90,97,113,1]},"tints":{"buttons":[0.61,0.11,0.4]},"properties":{"ntp_background_alignment":"bottom","ntp_background_repeat":"no-repeat"}}} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 |

3 |

Set of clean and minimal visual improvements for Linux.

4 | 5 | 6 | 7 | ## Gnome 8 | 9 | - Icons: [Plane icon theme](https://github.com/wfpaisa/plane-icon-theme). 10 | - Theme: [Plane theme](https://github.com/wfpaisa/plane-theme) 11 | 12 | 13 | ## Apps theme and color schemes 14 | - Sublime-theme: [Plane dark](https://github.com/wfpaisa/plane-sublime) 15 | - Visual code: [Plane dark](https://github.com/wfpaisa/plane-vscode) 16 | - Gedit: [Plane dark](https://github.com/wfpaisa/plane-gedit) 17 | - Tilix: [Plane dark](https://github.com/wfpaisa/plane-terminal) 18 | - Firefox: [Plane dark](https://addons.mozilla.org/en-US/firefox/addon/plane-dark/) 19 | - Chrome: [Plane dark](https://github.com/wfpaisa/plane/tree/master/assets/chrome/) 20 | - Atom: 21 | - [Plane dark Atom Syntax](https://github.com/wfpaisa/plane-atom-syntax) 22 | - [Plane dark Atom UI](https://github.com/wfpaisa/plane-atom-ui) 23 | - Typora: [Plane dark](https://github.com/wfpaisa/plane-typora). 24 | - Blender: [Plane dark](https://github.com/wfpaisa/plane-blender) 25 | 26 | ## Colors 27 | Download gpl color plalette `./Color palette.gpl` 28 | 29 |

30 | 31 | 32 | |RGB Color|Color| 33 | |--- |--- | 34 | |238,239,240|Light Bg| 35 | |82,87,98|Light Text| 36 | |42,45,53|Dark Base| 37 | |47,51,61|Dark Bg| 38 | |240,240,240|Dark Text| 39 | |0,126,255|Select| 40 | |113,242,195|Editor Green| 41 | |255,246,178|Editor Yellow| 42 | |181,157,219|Editor Purple| 43 | |255,135,191|Editor Red| 44 | |160,223,255|Editor Blue| 45 | |255,154,120|Editor Orange| 46 | |138,254,255|Editor Turquoise| 47 | |248,248,242|Editor Text color| 48 | |31,34,40|Editor Background| 49 | |40,43,50|Editor LineHighlight| 50 | |52,55,62|Editor LineSelection| 51 | -------------------------------------------------------------------------------- /assets/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 37 | 41 | 45 | 46 | 49 | 53 | 57 | 58 | 61 | 65 | 69 | 70 | 78 | 82 | 83 | 91 | 95 | 96 | 107 | 118 | 129 | 138 | 147 | 157 | 158 | 175 | 179 | 180 | 182 | 183 | 185 | image/svg+xml 186 | 188 | 189 | 190 | 191 | 192 | 197 | 205 | 212 | 220 | 224 | 230 | 235 | 240 | 241 | 253 | 259 | 260 | 261 | --------------------------------------------------------------------------------