├── CONTRIBUTING.md ├── README.md ├── iterm └── TheOne.itermcolors ├── slack └── theone.md ├── terminal └── TheOne.terminal ├── terminator └── config ├── textmate ├── TheOne.tmTheme └── textmate.tmTheme ├── userstyles └── terraform.css └── zsh └── TheOne.zsh-theme /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | 1. Fork it! 4 | 2. Create your feature branch: `git checkout -b my-new-feature` 5 | 3. Commit your changes: `git commit -m 'Add some feature'` 6 | 4. Push to the branch: `git push origin my-new-feature` 7 | 5. Submit a pull request :D 8 | 9 | English is the universal language nowadays, so please don't create or comment on issues using another languages. 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # The One Theme 2 | 3 | > A dark theme for [iTerm](http://www.iterm2.com/), [Slack](http://slack.com/), [Terminal](https://en.wikipedia.org/wiki/Terminal_%28OS_X%29), [Terminator](http://gnometerminator.blogspot.com/p/introduction.html), and [ZSH](http://www.zsh.org/) based on [Atom's](http://atom.io/) One Dark syntax theme. 4 | 5 | ## Install 6 | 7 | ### iTerm 2 8 | 9 | #### Install using Git 10 | 11 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 12 | 13 | ``` 14 | $ git clone https://github.com/benniemosher/the-one-theme/ 15 | ``` 16 | 17 | #### Install manually 18 | 19 | Download using the [GitHub .zip download](https://github.com/benniemosher/the-one-theme/archive/master.zip) option and unzip them. 20 | 21 | #### Activating theme 22 | 23 | 1. iTerm2 > Preferences > Profiles > Colors Tab 24 | 1. Click Load Presets... 25 | 1. Click Import... 26 | 1. Select the `iterm/TheOne.itermcolors` file 27 | 1. Select "The One" from Load Presets... 28 | 29 | ### Slack 30 | 31 | #### Install manually 32 | 33 | 1. Go to User Menu > Preferences > Sidebar Theme 34 | 1. In the bottom of the window, look for a "customize your theme and share it with others" link 35 | 1. Copy and paste the values below 36 | 37 | ``` 38 | #272B33,#3e4451,#3e4451,#61AFEF,#5b626f,#FFFFFF,#97C279,#DF6B75 39 | ``` 40 | 41 | ### Terminal 42 | 43 | #### Install using Git 44 | 45 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 46 | 47 | ``` 48 | $ git clone https://github.com/benniemosher/the-one-theme/ 49 | ``` 50 | 51 | #### Install manually 52 | 53 | Download using the [GitHub .zip download](https://github.com/benniemosher/the-one-theme/archive/master.zip) option and unzip them. 54 | 55 | #### Activating theme 56 | 57 | 1. Terminal > Settings Tab 58 | 1. Click "Gear" icon 59 | 1. Click Import... 60 | 1. Select the `terminal/TheOne.terminal` file 61 | 1. Click Default 62 | 63 | ### Terminator 64 | 65 | #### Install using Git 66 | 67 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 68 | 69 | ``` 70 | $ git clone https://github.com/benniemosher/the-one-theme/ 71 | ``` 72 | 73 | And copy `terminator/config` to terminator config location: 74 | 75 | ``` 76 | mkdir -p ~/.config/terminator/ 77 | cp $THE_ONE_THEME/terminator/config ~/.config/terminator/ 78 | ``` 79 | 80 | P.S.: Remember that you should replace $THE_ONE_THEME to the actual directories for this command to work. 81 | 82 | #### Install manually 83 | 84 | Download using the [GitHub .zip download](https://github.com/benniemosher/the-one-theme/archive/master.zip) option and unzip them. 85 | 86 | And copy `terminator/config` to terminator config location: 87 | 88 | ``` 89 | mkdir -p ~/.config/terminator/ 90 | cp $THE_ONE_THEME/terminator/config ~/.config/terminator/ 91 | ``` 92 | 93 | P.S.: Remember that you should replace $THE_ONE_THEME to the actual directories for this command to work. 94 | 95 | 96 | ### ZSH 97 | 98 | #### Install using Git 99 | 100 | If you are a git user, you can install the theme and keep up to date by cloning the repo: 101 | 102 | ``` 103 | $ git clone https://github.com/benniemosher/the-one-theme/ 104 | ``` 105 | 106 | And creating a symbolic link to [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/)'s theme folder: 107 | 108 | ``` 109 | $ ln -s $THE_ONE_THEME/zsh/TheOne.zsh-theme $OH_MY_ZSH/themes/TheOne.zsh-theme 110 | ``` 111 | 112 | P.S.: Remember that you should replace $THE_ONE_THEME and $OH_MY_ZSH to the actual directories for this command to work. 113 | 114 | #### Install manually 115 | 116 | 1. Download using the [GitHub .zip download](https://github.com/benniemosher/the-one-theme/archive/master.zip) option and unzip them. 117 | 1. Move zsh/TheOne.zsh-theme file to oh-my-zsh's theme folder: oh-my-zsh/themes/TheOne.zsh-theme. 118 | 119 | #### Activating theme 120 | 121 | Go to your ~/.zshrc file and set ZSH_THEME="TheOne". 122 | 123 | ## Roadmap 124 | 125 | ###### "Are you going to create a light color scheme?" 126 | 127 | Yes. [Atom](http://atom.io/) has a One Light syntax theme, and eventually we will support that theme as well. 128 | 129 | ###### "Are you going to support editor X?" 130 | 131 | I hope so, but I need your help to accomplish that. Since you're using editor X you're probably much more expert on it than me. So feel free to send a pull request based on the [Color Palette](#color-palette) below. 132 | 133 | ## Color Palette 134 | 135 | Palette | Hex | RGB | HSL 136 | --- | --- | --- | --- 137 | Background | `#272B33` | `39 43 51` | `220° 13% 18%` 138 | Comment | `#5b626f` | `91 98 111` | `219° 10% 39%` 139 | Current Line | `#2c323d` | `44 50 61` | `219° 16% 21%` 140 | Foreground | `#abb2c0` | `171 178 192` | `220° 14% 71%` 141 | Selection | `#3e4451` | `62 68 81` | `221° 13% 28%` 142 | Blue 1 | `#61AFEF` | `97 175 239` | `207° 82% 66%` 143 | Blue 2 | `#65b6f8` | `101 182 248` | `207° 91% 68%` 144 | Cyan 1 | `#56B5C2` | `86 181 194` | `187° 47% 55%` 145 | Cyan 2 | `#66d7e6` | `102 215 230` | `187° 72% 65%` 146 | Green 1 | `#97C279` | `151 194 121` | `95° 38% 62%` 147 | Green 2 | `#abdc89` | `171 220 137` | `95° 54% 70%` 148 | Orange 1 | `#D19965` | `209 153 101` | `29° 54% 61%` 149 | Orange 2 | `#E4BF7A` | `228 191 122` | `39° 67% 69%` 150 | Purple 1 | `#C578DD` | `197 120 221` | `286° 60% 67%` 151 | Purple 2 | `#d682f0` | `214 130 240` | `286° 79% 73%` 152 | Red 1 | `#DF6B75` | `223 107 117` | `355° 65% 65%` 153 | Red 2 | `#BE5046` | `190 80 70` | `5° 48% 51%` 154 | Yellow 1 | `#e2c08d` | `226 192 141` | `36° 59% 72%` 155 | Yellow 2 | `#f2ce97` | `242 206 151` | `36° 78% 77%` 156 | 157 | ## Team 158 | 159 | The One is a project created by [Bennie Mosher](https://github.com/benniemosher/) with the help of many awesome [contributors](https://github.com/benniemosher/the-one-theme/graphs/contributors). For each code editor theme there's a specific maintainer, that way we can achieve more and more code editors and still keep the quality high. 160 | 161 | * [@benniemosher](https://github.com/bennieomsher/) - iTerm, Slack, Terminal, and ZSH 162 | 163 | ## Contributing 164 | 165 | If you want to help, please read the [Contributing](https://github.com/benniemosher/the-one-theme/blob/master/CONTRIBUTING.md) guide. 166 | 167 | ## Credits 168 | 169 | * Color palette inspired by [@atom's One Dark Syntax theme](https://github.com/atom/one-dark-syntax) 170 | 171 | ## History 172 | 173 | For detailed changelog, see [Releases](https://github.com/benniemosher/the-one-theme/releases). 174 | 175 | ## License 176 | 177 | [MIT License](http://benniemosher.mit-license.org) © Bennie Mosher 178 | -------------------------------------------------------------------------------- /iterm/TheOne.itermcolors: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | 17 | 18 | Ansi 0 Color 19 | 20 | Alpha Component 21 | 1 22 | Blue Component 23 | 0.0 24 | Color Space 25 | Calibrated 26 | Green Component 27 | 0.0 28 | Red Component 29 | 0.0 30 | 31 | Ansi 1 Color 32 | 33 | Alpha Component 34 | 1 35 | Blue Component 36 | 0.21343095600605011 37 | Color Space 38 | Calibrated 39 | Green Component 40 | 0.23213335871696472 41 | Red Component 42 | 0.68343329429626465 43 | 44 | Ansi 10 Color 45 | 46 | Alpha Component 47 | 1 48 | Blue Component 49 | 0.4649178683757782 50 | Color Space 51 | Calibrated 52 | Green Component 53 | 0.8443605899810791 54 | Red Component 55 | 0.61520558595657349 56 | 57 | Ansi 11 Color 58 | 59 | Alpha Component 60 | 1 61 | Blue Component 62 | 0.52274924516677856 63 | Color Space 64 | Calibrated 65 | Green Component 66 | 0.76675915718078613 67 | Red Component 68 | 0.93293988704681396 69 | 70 | Ansi 12 Color 71 | 72 | Alpha Component 73 | 1 74 | Blue Component 75 | 0.9666365385055542 76 | Color Space 77 | Calibrated 78 | Green Component 79 | 0.64798116683959961 80 | Red Component 81 | 0.33171257376670837 82 | 83 | Ansi 13 Color 84 | 85 | Alpha Component 86 | 1 87 | Blue Component 88 | 0.92517846822738647 89 | Color Space 90 | Calibrated 91 | Green Component 92 | 0.40113669633865356 93 | Red Component 94 | 0.79310816526412964 95 | 96 | Ansi 14 Color 97 | 98 | Alpha Component 99 | 1 100 | Blue Component 101 | 0.87934547662734985 102 | Color Space 103 | Calibrated 104 | Green Component 105 | 0.81139343976974487 106 | Red Component 107 | 0.34438198804855347 108 | 109 | Ansi 15 Color 110 | 111 | Alpha Component 112 | 1 113 | Blue Component 114 | 1 115 | Color Space 116 | Calibrated 117 | Green Component 118 | 1 119 | Red Component 120 | 1 121 | 122 | Ansi 2 Color 123 | 124 | Alpha Component 125 | 1 126 | Blue Component 127 | 0.3997228741645813 128 | Color Space 129 | Calibrated 130 | Green Component 131 | 0.72171396017074585 132 | Red Component 133 | 0.52729529142379761 134 | 135 | Ansi 3 Color 136 | 137 | Alpha Component 138 | 1 139 | Blue Component 140 | 0.48075926303863525 141 | Color Space 142 | Calibrated 143 | Green Component 144 | 0.70376986265182495 145 | Red Component 146 | 0.85558414459228516 147 | 148 | Ansi 4 Color 149 | 150 | Alpha Component 151 | 1 152 | Blue Component 153 | 0.92034512758255005 154 | Color Space 155 | Calibrated 156 | Green Component 157 | 0.6175723671913147 158 | Red Component 159 | 0.31691095232963562 160 | 161 | Ansi 5 Color 162 | 163 | Alpha Component 164 | 1 165 | Blue Component 166 | 0.83442455530166626 167 | Color Space 168 | Calibrated 169 | Green Component 170 | 0.36388054490089417 171 | Red Component 172 | 0.71584922075271606 173 | 174 | Ansi 6 Color 175 | 176 | Alpha Component 177 | 1 178 | Blue Component 179 | 0.70909249782562256 180 | Color Space 181 | Calibrated 182 | Green Component 183 | 0.65490740537643433 184 | Red Component 185 | 0.28160533308982849 186 | 187 | Ansi 7 Color 188 | 189 | Alpha Component 190 | 1 191 | Blue Component 192 | 0.70040369033813477 193 | Color Space 194 | Calibrated 195 | Green Component 196 | 0.63625657558441162 197 | Red Component 198 | 0.60773354768753052 199 | 200 | Ansi 8 Color 201 | 202 | Alpha Component 203 | 1 204 | Blue Component 205 | 0.33333333333333331 206 | Color Space 207 | Calibrated 208 | Green Component 209 | 0.33333333333333331 210 | Red Component 211 | 0.33333333333333331 212 | 213 | Ansi 9 Color 214 | 215 | Alpha Component 216 | 1 217 | Blue Component 218 | 0.38425785303115845 219 | Color Space 220 | Calibrated 221 | Green Component 222 | 0.32757186889648438 223 | Red Component 224 | 0.83509939908981323 225 | 226 | Background Color 227 | 228 | Alpha Component 229 | 1 230 | Blue Component 231 | 0.15047143399715424 232 | Color Space 233 | Calibrated 234 | Green Component 235 | 0.12571580708026886 236 | Red Component 237 | 0.1149509996175766 238 | 239 | Badge Color 240 | 241 | Alpha Component 242 | 0.5 243 | Blue Component 244 | 0.0 245 | Color Space 246 | Calibrated 247 | Green Component 248 | 0.0 249 | Red Component 250 | 1 251 | 252 | Bold Color 253 | 254 | Alpha Component 255 | 1 256 | Blue Component 257 | 1 258 | Color Space 259 | Calibrated 260 | Green Component 261 | 1 262 | Red Component 263 | 1 264 | 265 | Cursor Color 266 | 267 | Alpha Component 268 | 1 269 | Blue Component 270 | 0.70040369033813477 271 | Color Space 272 | Calibrated 273 | Green Component 274 | 0.63625657558441162 275 | Red Component 276 | 0.60773354768753052 277 | 278 | Cursor Guide Color 279 | 280 | Alpha Component 281 | 0.058823529411764705 282 | Blue Component 283 | 0.92034518718719482 284 | Color Space 285 | Calibrated 286 | Green Component 287 | 0.61757242679595947 288 | Red Component 289 | 0.31691098213195801 290 | 291 | Cursor Text Color 292 | 293 | Alpha Component 294 | 1 295 | Blue Component 296 | 1 297 | Color Space 298 | Calibrated 299 | Green Component 300 | 1 301 | Red Component 302 | 1 303 | 304 | Foreground Color 305 | 306 | Alpha Component 307 | 1 308 | Blue Component 309 | 0.70040369033813477 310 | Color Space 311 | Calibrated 312 | Green Component 313 | 0.63625657558441162 314 | Red Component 315 | 0.60773354768753052 316 | 317 | Link Color 318 | 319 | Alpha Component 320 | 1 321 | Blue Component 322 | 0.92008674144744873 323 | Color Space 324 | Calibrated 325 | Green Component 326 | 0.26811122894287109 327 | Red Component 328 | 0.34170839190483093 329 | 330 | Selected Text Color 331 | 332 | Alpha Component 333 | 1 334 | Blue Component 335 | 0.69586038589477539 336 | Color Space 337 | Calibrated 338 | Green Component 339 | 0.63675570487976074 340 | Red Component 341 | 0.59076720476150513 342 | 343 | Selection Color 344 | 345 | Alpha Component 346 | 1 347 | Blue Component 348 | 0.24952226877212524 349 | Color Space 350 | Calibrated 351 | Green Component 352 | 0.20393258333206177 353 | Red Component 354 | 0.1858525425195694 355 | 356 | 357 | 358 | -------------------------------------------------------------------------------- /slack/theone.md: -------------------------------------------------------------------------------- 1 | #272B33,#3e4451,#3e4451,#61AFEF,#5b626f,#FFFFFF,#97C279,#DF6B75 2 | -------------------------------------------------------------------------------- /terminal/TheOne.terminal: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ANSIBlueColor 6 | 7 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 8 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw 9 | LjM4MDM5MjE1NjkgMC42ODYyNzQ1MDk4IDAuOTM3MjU0OTAyABACgALSEBESE1okY2xh 10 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2 11 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA 12 | ABkAAAAAAAAAAAAAAAAAAADY 13 | 14 | ANSIBrightBlackColor 15 | 16 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 17 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 18 | LjQwNzg0MzEzNzMgMC40MDc4NDMxMzczIDAuNDA3ODQzMTM3MwAQAoAC0hAREhNaJGNs 19 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 20 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 21 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 22 | 23 | ANSIBrightBlueColor 24 | 25 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 26 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 27 | LjM5NjA3ODQzMTQgMC43MTM3MjU0OTAyIDAuOTcyNTQ5MDE5NgAQAoAC0hAREhNaJGNs 28 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 29 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 30 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 31 | 32 | ANSIBrightCyanColor 33 | 34 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 35 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEB4w 36 | LjQgMC44NDMxMzcyNTQ5IDAuOTAxOTYwNzg0MwAQAoAC0hAREhNaJGNsYXNzbmFtZVgk 37 | Y2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJv 38 | b3SAAQgRGiMtMjc7QUhOW2KDhYeMl6Coq7TGyc4AAAAAAAABAQAAAAAAAAAZAAAAAAAA 39 | AAAAAAAAAAAA0A== 40 | 41 | ANSIBrightGreenColor 42 | 43 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 44 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECUw 45 | LjY3MDU4ODIzNTMgMC44NjI3NDUwOTggMC41MzcyNTQ5MDIAEAKAAtIQERITWiRjbGFz 46 | c25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZl 47 | ctEXGFRyb290gAEIERojLTI3O0FITltiioyOk56nr7K7zdDVAAAAAAAAAQEAAAAAAAAA 48 | GQAAAAAAAAAAAAAAAAAAANc= 49 | 50 | ANSIBrightMagentaColor 51 | 52 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 53 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 54 | LjgzOTIxNTY4NjMgMC41MDk4MDM5MjE2IDAuOTQxMTc2NDcwNgAQAoAC0hAREhNaJGNs 55 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 56 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 57 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 58 | 59 | ANSIBrightRedColor 60 | 61 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 62 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 63 | Ljg3NDUwOTgwMzkgMC40MTk2MDc4NDMxIDAuNDU4ODIzNTI5NAAQAoAC0hAREhNaJGNs 64 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 65 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 66 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 67 | 68 | ANSIBrightWhiteColor 69 | 70 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 71 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx 72 | IDEAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj 73 | dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa 74 | rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY= 75 | 76 | ANSIBrightYellowColor 77 | 78 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 79 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 80 | Ljk0OTAxOTYwNzggMC44MDc4NDMxMzczIDAuNTkyMTU2ODYyNwAQAoAC0hAREhNaJGNs 81 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 82 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 83 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 84 | 85 | ANSICyanColor 86 | 87 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 88 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw 89 | LjMzNzI1NDkwMiAwLjcwOTgwMzkyMTYgMC43NjA3ODQzMTM3ABACgALSEBESE1okY2xh 90 | c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2 91 | ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA 92 | ABkAAAAAAAAAAAAAAAAAAADY 93 | 94 | ANSIGreenColor 95 | 96 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 97 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 98 | LjU5MjE1Njg2MjcgMC43NjA3ODQzMTM3IDAuNDc0NTA5ODAzOQAQAoAC0hAREhNaJGNs 99 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 100 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 101 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 102 | 103 | ANSIMagentaColor 104 | 105 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 106 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 107 | Ljc3MjU0OTAxOTYgMC40NzA1ODgyMzUzIDAuODY2NjY2NjY2NwAQAoAC0hAREhNaJGNs 108 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 109 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 110 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 111 | 112 | ANSIRedColor 113 | 114 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 115 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 116 | Ljc0NTA5ODAzOTIgMC4zMTM3MjU0OTAyIDAuMjc0NTA5ODAzOQAQAoAC0hAREhNaJGNs 117 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 118 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 119 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 120 | 121 | ANSIWhiteColor 122 | 123 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 124 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 125 | LjY3MDU4ODIzNTMgMC42OTgwMzkyMTU3IDAuNzUyOTQxMTc2NQAQAoAC0hAREhNaJGNs 126 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 127 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 128 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 129 | 130 | ANSIYellowColor 131 | 132 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 133 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 134 | Ljg4NjI3NDUwOTggMC43NTI5NDExNzY1IDAuNTUyOTQxMTc2NQAQAoAC0hAREhNaJGNs 135 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 136 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 137 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 138 | 139 | BackgroundBlur 140 | 0.0 141 | BackgroundColor 142 | 143 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 144 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEB0w 145 | LjE1Mjk0MTE3NjUgMC4xNjg2Mjc0NTEgMC4yABABgALSEBESE1okY2xhc3NuYW1lWCRj 146 | bGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2ZXLRFxhUcm9v 147 | dIABCBEaIy0yNztBSE5bYoKEhouWn6eqs8XIzQAAAAAAAAEBAAAAAAAAABkAAAAAAAAA 148 | AAAAAAAAAADP 149 | 150 | CursorBlink 151 | 152 | CursorColor 153 | 154 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 155 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 156 | LjY3MDU4ODIzNTMgMC42OTgwMzkyMTU3IDAuNzUyOTQxMTc2NQAQAYAC0hAREhNaJGNs 157 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 158 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 159 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 160 | 161 | Font 162 | 163 | YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 164 | AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs 165 | YXNzI0AmAAAAAAAAEBCAAoADVk1vbmFjb9ITFBUWWiRjbGFzc25hbWVYJGNsYXNzZXNW 166 | TlNGb250ohUXWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RobVHJvb3SAAQgRGiMt 167 | Mjc8QktSW2JpcnR2eH+Ej5ifoqu9wMUAAAAAAAABAQAAAAAAAAAcAAAAAAAAAAAAAAAA 168 | AAAAxw== 169 | 170 | FontAntialias 171 | 172 | FontWidthSpacing 173 | 0.99596774193548387 174 | ProfileCurrentVersion 175 | 2.04 176 | SelectionColor 177 | 178 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 179 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 180 | LjI0MzEzNzI1NDkgMC4yNjY2NjY2NjY3IDAuMzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs 181 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 182 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 183 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 184 | 185 | ShowActiveProcessInTitle 186 | 187 | ShowCommandKeyInTitle 188 | 189 | ShowDimensionsInTitle 190 | 191 | ShowShellCommandInTitle 192 | 193 | ShowTTYNameInTitle 194 | 195 | ShowWindowSettingsNameInTitle 196 | 197 | TextBoldColor 198 | 199 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 200 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 201 | LjY3MDU4ODIzNTMgMC42OTgwMzkyMTU3IDAuNzUyOTQxMTc2NQAQAYAC0hAREhNaJGNs 202 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 203 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 204 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 205 | 206 | TextColor 207 | 208 | YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS 209 | AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw 210 | LjY3MDU4ODIzNTMgMC42OTgwMzkyMTU3IDAuNzUyOTQxMTc2NQAQAYAC0hAREhNaJGNs 211 | YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp 212 | dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA 213 | AAAZAAAAAAAAAAAAAAAAAAAA2Q== 214 | 215 | UseBrightBold 216 | 217 | WindowTitle 218 | The One 219 | columnCount 220 | 125 221 | name 222 | TheOne 223 | rowCount 224 | 40 225 | shellExitAction 226 | 2 227 | type 228 | Window Settings 229 | 230 | 231 | -------------------------------------------------------------------------------- /terminator/config: -------------------------------------------------------------------------------- 1 | [global_config] 2 | title_transmit_bg_color = "#be5046" 3 | focus = system 4 | [keybindings] 5 | [profiles] 6 | [[default]] 7 | # theone 8 | # palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" 9 | # foreground_color = "#eee8d5" 10 | # background_color = "#002b36" 11 | # cursor_color = "#eee8d5" 12 | 13 | [[theone]] 14 | # palette = "#abb2bf:#828997:#5c6370:#56b6c2:#61afef:#c678dd:#98c379:#e06c75:#be5046:#d19a66:#e5c07b" 15 | palette = "#272B33:#e06c75:#98c379:#d19a66:#61afef:#c678dd:#56b6c2:#abb2c0:#272B33:#e5c07b:#5c6370:#828997:#abb2bf:#c678dd:#abb2bf:#abb2c0" 16 | foreground_color = "#abb2c0" 17 | background_color = "#272B33" 18 | cursor_color = "#abb2c0" 19 | 20 | [layouts] 21 | [[default]] 22 | [[[child1]]] 23 | type = Terminal 24 | parent = window0 25 | profile = theone 26 | [[[window0]]] 27 | type = Window 28 | parent = "" 29 | [plugins] 30 | -------------------------------------------------------------------------------- /textmate/TheOne.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | 17 | 18 | name 19 | The One 20 | settings 21 | 22 | 23 | settings 24 | 25 | background 26 | #272B33 27 | caret 28 | #528bff 29 | foreground 30 | #abb2c0 31 | invisibles 32 | #abb2bf 33 | lineHighlight 34 | #2c323d 35 | selection 36 | #3e4451 37 | findHighlight 38 | #abb2bf 39 | findHighlightForeground 40 | #528bff 41 | selectionBorder 42 | #3e4451 43 | activeGuide 44 | #0a3a61B0 45 | bracketsForeground 46 | #abb2c0A5 47 | bracketsOptions 48 | underline 49 | bracketContentsForeground 50 | #abb2c0A5 51 | bracketContentsOptions 52 | underline 53 | tagsOptions 54 | stippled_underline 55 | 56 | 57 | 58 | name 59 | Comment 60 | scope 61 | comment 62 | settings 63 | 64 | foreground 65 | #5b626f 66 | fontStyle 67 | 68 | 69 | 70 | 71 | name 72 | String 73 | scope 74 | string 75 | settings 76 | 77 | foreground 78 | #abb2bf 79 | 80 | 81 | 82 | name 83 | Number 84 | scope 85 | constant.numeric 86 | settings 87 | 88 | foreground 89 | #d19a66 90 | 91 | 92 | 93 | name 94 | Built-in constant 95 | scope 96 | constant.language 97 | settings 98 | 99 | foreground 100 | #d19a66 101 | 102 | 103 | 104 | name 105 | User-defined constant 106 | scope 107 | constant.character, constant.other 108 | settings 109 | 110 | foreground 111 | #d19a66 112 | 113 | 114 | 115 | name 116 | Variable 117 | scope 118 | variable 119 | settings 120 | 121 | fontStyle 122 | 123 | 124 | 125 | 126 | name 127 | Ruby's @variable 128 | scope 129 | variable.other.readwrite.instance 130 | settings 131 | 132 | fontStyle 133 | 134 | foreground 135 | #be5046 136 | 137 | 138 | 139 | name 140 | String interpolation 141 | scope 142 | constant.character.escaped, constant.character.escape, string source, string source.ruby 143 | settings 144 | 145 | fontStyle 146 | 147 | foreground 148 | #98c379 149 | 150 | 151 | 152 | name 153 | Keyword 154 | scope 155 | keyword 156 | settings 157 | 158 | foreground 159 | #c678dd 160 | 161 | 162 | 163 | name 164 | Storage 165 | scope 166 | storage 167 | settings 168 | 169 | fontStyle 170 | 171 | foreground 172 | #e06c75 173 | 174 | 175 | 176 | name 177 | Storage type 178 | scope 179 | storage.type 180 | settings 181 | 182 | fontStyle 183 | italic 184 | foreground 185 | #56b6c2 186 | 187 | 188 | 189 | name 190 | Class name 191 | scope 192 | entity.name.class 193 | settings 194 | 195 | fontStyle 196 | underline 197 | foreground 198 | #e5c07b 199 | 200 | 201 | 202 | name 203 | Inherited class 204 | scope 205 | entity.other.inherited-class 206 | settings 207 | 208 | fontStyle 209 | italic underline 210 | foreground 211 | #98c379 212 | 213 | 214 | 215 | name 216 | Function name 217 | scope 218 | entity.name.function 219 | settings 220 | 221 | fontStyle 222 | 223 | foreground 224 | #61afef 225 | 226 | 227 | 228 | name 229 | Function argument 230 | scope 231 | variable.parameter 232 | settings 233 | 234 | fontStyle 235 | italic 236 | foreground 237 | #abb2bf 238 | 239 | 240 | 241 | name 242 | Tag name 243 | scope 244 | entity.name.tag 245 | settings 246 | 247 | fontStyle 248 | 249 | foreground 250 | #e06c75 251 | 252 | 253 | 254 | name 255 | Tag attribute 256 | scope 257 | entity.other.attribute-name 258 | settings 259 | 260 | fontStyle 261 | 262 | foreground 263 | #98c379 264 | 265 | 266 | 267 | name 268 | Library function 269 | scope 270 | support.function 271 | settings 272 | 273 | fontStyle 274 | 275 | foreground 276 | #61afef 277 | 278 | 279 | 280 | name 281 | Library constant 282 | scope 283 | support.constant 284 | settings 285 | 286 | fontStyle 287 | 288 | foreground 289 | #56b6c2 290 | 291 | 292 | 293 | name 294 | Library class/type 295 | scope 296 | support.type, support.class 297 | settings 298 | 299 | fontStyle 300 | italic 301 | foreground 302 | #56b6c2 303 | 304 | 305 | 306 | name 307 | Library variable 308 | scope 309 | support.other.variable 310 | settings 311 | 312 | fontStyle 313 | 314 | 315 | 316 | 317 | name 318 | Invalid 319 | scope 320 | invalid 321 | settings 322 | 323 | background 324 | #ff79c6 325 | fontStyle 326 | 327 | foreground 328 | #F8F8F0 329 | 330 | 331 | 332 | name 333 | Invalid deprecated 334 | scope 335 | invalid.deprecated 336 | settings 337 | 338 | background 339 | #bd93f9 340 | foreground 341 | #F8F8F0 342 | 343 | 344 | 345 | name 346 | JSON String 347 | scope 348 | meta.structure.dictionary.json string.quoted.double.json 349 | settings 350 | 351 | foreground 352 | #CFCFC2 353 | 354 | 355 | 356 | name 357 | diff.header 358 | scope 359 | meta.diff, meta.diff.header 360 | settings 361 | 362 | foreground 363 | #5b626f 364 | 365 | 366 | 367 | name 368 | diff.deleted 369 | scope 370 | markup.deleted 371 | settings 372 | 373 | foreground 374 | #ff79c6 375 | 376 | 377 | 378 | name 379 | diff.inserted 380 | scope 381 | markup.inserted 382 | settings 383 | 384 | foreground 385 | #50fa7b 386 | 387 | 388 | 389 | name 390 | diff.changed 391 | scope 392 | markup.changed 393 | settings 394 | 395 | foreground 396 | #E6DB74 397 | 398 | 399 | 400 | scope 401 | constant.numeric.line-number.find-in-files - match 402 | settings 403 | 404 | foreground 405 | #bd93f9 406 | 407 | 408 | 409 | scope 410 | entity.name.filename 411 | settings 412 | 413 | foreground 414 | #E6DB74 415 | 416 | 417 | 418 | scope 419 | message.error 420 | settings 421 | 422 | foreground 423 | #F83333 424 | 425 | 426 | 427 | name 428 | JSON Punctuation 429 | scope 430 | punctuation.definition.string.begin.json - meta.structure.dictionary.value.json, punctuation.definition.string.end.json - meta.structure.dictionary.value.json 431 | settings 432 | 433 | foreground 434 | #EEEEEE 435 | 436 | 437 | 438 | name 439 | JSON Structure 440 | scope 441 | meta.structure.dictionary.json string.quoted.double.json 442 | settings 443 | 444 | foreground 445 | #8be9fd 446 | 447 | 448 | 449 | name 450 | JSON String 451 | scope 452 | meta.structure.dictionary.value.json string.quoted.double.json 453 | settings 454 | 455 | foreground 456 | #f1fa8c 457 | 458 | 459 | 460 | name 461 | JSON: 6 deep 462 | scope 463 | meta meta meta meta meta meta meta.structure.dictionary.value string 464 | settings 465 | 466 | foreground 467 | #50fa7b 468 | 469 | 470 | 471 | name 472 | JSON: 5 deep 473 | scope 474 | meta meta meta meta meta meta.structure.dictionary.value string 475 | settings 476 | 477 | foreground 478 | #ffb86c 479 | 480 | 481 | 482 | name 483 | JSON: 4 deep 484 | scope 485 | meta meta meta meta meta.structure.dictionary.value string 486 | settings 487 | 488 | foreground 489 | #ff79c6 490 | 491 | 492 | 493 | name 494 | JSON: 3 deep 495 | scope 496 | meta meta meta meta.structure.dictionary.value string 497 | settings 498 | 499 | foreground 500 | #bd93f9 501 | 502 | 503 | 504 | name 505 | JSON: 2 deep 506 | scope 507 | meta meta meta.structure.dictionary.value string 508 | settings 509 | 510 | foreground 511 | #50fa7b 512 | 513 | 514 | 515 | name 516 | JSON: 1 deep 517 | scope 518 | meta meta.structure.dictionary.value string 519 | settings 520 | 521 | foreground 522 | #ffb86c 523 | 524 | 525 | 526 | uuid 527 | 8ebe1e30-b4ff-4417-8b6c-f4bbace51f28 528 | colorSpaceName 529 | sRGB 530 | semanticClass 531 | theme.theone 532 | author 533 | Bennie Mosher 534 | 535 | 536 | -------------------------------------------------------------------------------- /textmate/textmate.tmTheme: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /userstyles/terraform.css: -------------------------------------------------------------------------------- 1 | @-moz-document domain("app.terraform.io") { 2 | *, 3 | .button.is-dark-purple, 4 | .button.is-dark-purple.is-outlined, 5 | .trial-notice { 6 | -webkit-box-shadow: none !important; 7 | -moz-box-shadow: none !important; 8 | box-shadow: none !important; 9 | } 10 | 11 | body, 12 | .box { 13 | color: #abb2c0 !important; 14 | } 15 | 16 | .pill:not(body).is-info, 17 | .tag:not(body).is-info, 18 | .trial-label:not(body).is-info, 19 | .is-info.pill, 20 | .is-info.trial-label:not(body), 21 | .tag.is-info, 22 | .timeline .timeline-item .timeline-icon.is-icon-large.is-info { 23 | background-color: #61AFEF !important; 24 | } 25 | 26 | .timeline .timeline-item .timeline-icon.is-icon-large.is-info { 27 | color: #fff !important; 28 | } 29 | 30 | .pill:not(body).is-attention, 31 | .tag:not(body).is-attention, 32 | .trial-label:not(body).is-attention { 33 | background-color: #D19965 !important; 34 | } 35 | 36 | .has-text-attention { 37 | color: #D19965 !important; 38 | } 39 | 40 | a, 41 | .has-text-info { 42 | color: #65b6f8 !important; 43 | } 44 | 45 | .navbar a { 46 | color: #fff !important; 47 | } 48 | 49 | .tabs li a { 50 | color: #6a7786 !important; 51 | } 52 | 53 | .tabs li.is-active a { 54 | color: #fff !important; 55 | } 56 | 57 | .ember-application, 58 | .footer, 59 | .message, 60 | tr, 61 | .table-filters { 62 | background-color: #272B33 !important; 63 | color: #abb2c0 !important; 64 | } 65 | 66 | .box, 67 | .has-text-info .ember-view, 68 | .timeline-inline-comment, 69 | .timeline .timeline-inline-comment.ember-view { 70 | background-color: #2c323d !important; 71 | } 72 | 73 | .timeline .timeline-item .timeline-icon { 74 | outline: 0 !important; 75 | } 76 | 77 | .has-text-black, 78 | a.has-text-black:focus, 79 | a.has-text-black:hover { 80 | color: #abb2c0 !important; 81 | } 82 | 83 | .button.is-primary.is-outlined, 84 | .is-primary.trial-notice, 85 | .button, 86 | .trial-notice { 87 | background-color: #2f1fd0 !important; 88 | border: 1px solid #281ab3 !important; 89 | color: #fff !important; 90 | box-shadow: none !important; 91 | } 92 | 93 | textarea { 94 | color: #abb2c0 !important; 95 | } 96 | 97 | .table thead.is-resizable th:not(:last-child), 98 | .table thead, 99 | .table thead th { 100 | border-color: #485264 !important; 101 | } 102 | 103 | .panel-heading.is-dark-white, 104 | .table thead, 105 | .table tr.is-active, 106 | .table tr.is-hovered, 107 | .table tr:hover, 108 | .basic-dropdown { 109 | background-color: #2c323d !important; 110 | } 111 | 112 | .table-filters .tabs.is-toggle li.is-active a { 113 | background-color: #485264 !important; 114 | border-color: #576378 !important; 115 | color: #65738c !important; 116 | } 117 | 118 | .breadcrumb a, 119 | .breadcrumb li.is-active a { 120 | color: #65738c !important; 121 | } 122 | 123 | .tabs.is-toggle a { 124 | border-color: #485264 !important; 125 | color: #485264 !important; 126 | } 127 | 128 | .table-filters input, 129 | .input, 130 | .textarea, 131 | input, 132 | textarea { 133 | border-color: #485264 !important; 134 | color: #abb2c0 !important; 135 | background-color: #2c323d !important; 136 | } 137 | 138 | .table-filters input:placeholder, 139 | .input:placeholder, 140 | .textarea:placeholder, 141 | input:placeholder, 142 | textarea:placeholder { 143 | color: #abb2c0 !important; 144 | } 145 | 146 | .table td, 147 | .table th { 148 | border-color: #485264 !important; 149 | } 150 | 151 | .content .ember-view { 152 | background-color: #2c323d !important; 153 | } 154 | 155 | .timeline .ember-view { 156 | background-color: #272B33 !important; 157 | } 158 | 159 | .has-border-top { 160 | border-top: 1px solid #485264 !important; 161 | } 162 | 163 | .has-border-bottom { 164 | border-bottom: 1px solid #485264 !important; 165 | } 166 | 167 | .timeline .timeline-item.is-timeline-group-title .level:after, 168 | hr { 169 | background-color: #485264 !important; 170 | } 171 | 172 | .timeline .timeline-item .timeline-content .level.box, 173 | .box { 174 | box-shadow: 0 0 0 1px #485264 !important; 175 | } 176 | 177 | .footer { 178 | border-color: #485264 !important; 179 | } 180 | 181 | .footer, 182 | .footer a { 183 | color: #485264 !important; 184 | } 185 | 186 | tr .ember-view { 187 | background-color: none !important; 188 | } 189 | 190 | .pill:not(body).is-success, 191 | .tag:not(body).is-success, 192 | .trial-label:not(body).is-success, 193 | .timeline .timeline-item .timeline-icon.is-icon-large.is-success { 194 | background-color: #abdc89 !important; 195 | color: #54902b !important; 196 | } 197 | 198 | .has-text-success { 199 | color: #54902b !important; 200 | } 201 | 202 | .enterprise-form .field_with_errors input.pill:not(body), 203 | .enterprise-form .field_with_errors input.tag:not(body), 204 | .enterprise-form .field_with_errors input.trial-label:not(body), 205 | .pill:not(body).is-danger, 206 | .tag:not(body).is-danger, 207 | .trial-label:not(body).is-danger, 208 | .enterprise-form .field_with_errors .timeline .timeline-item input.timeline-icon.is-icon-large, 209 | .timeline .timeline-item .enterprise-form .field_with_errors input.timeline-icon.is-icon-large, 210 | .timeline .timeline-item .timeline-icon.is-icon-large.is-danger { 211 | background-color: #DF6B75 !important; 212 | color: #fff !important; 213 | } 214 | 215 | .subtitle.is-page-subtitle { 216 | color: #abb2c0 !important; 217 | } 218 | 219 | .sheet .sheet-card .sheet-card-foot, 220 | .sheet .sheet-card .sheet-card-head { 221 | background-color: #2c323d !important; 222 | color: #abb2c0 !important; 223 | } 224 | 225 | .sheet .sheet-card.is-bordered .sheet-card-head, 226 | .sheet .sheet-card.is-bordered { 227 | border-color: #5b626f !important; 228 | } 229 | 230 | .sheet .sheet-card .sheet-card-body { 231 | background-color: #252a33 !important; 232 | } 233 | 234 | .breadcrumb.is-dark-grey.is-underlined { 235 | border: 1px solid #5b626f !important; 236 | } 237 | 238 | .breadcrumb.is-dark-grey.is-inverted, 239 | .breadcrumb.is-dark-grey.trial-notice { 240 | background-color: #2c323d !important; 241 | } 242 | 243 | .ansi-theme-default .ansi-red-fg, 244 | .has-text-danger { 245 | color: #DF6B75 !important; 246 | } 247 | 248 | .ansi-theme-default .ansi-bright-red-fg { 249 | color: #BE5046 !important; 250 | } 251 | 252 | .ansi-theme-default .ansi-yellow-fg { 253 | color: #e2c08d !important; 254 | } 255 | 256 | .ansi-theme-default .ansi-bright-yellow-fg { 257 | color: #f2ce97 !important; 258 | } 259 | 260 | .ansi-theme-default .ansi-green-fg { 261 | color: #97C279 !important; 262 | } 263 | 264 | .ansi-theme-default .ansi-bright-green-fg { 265 | color: #abdc89 !important; 266 | } 267 | 268 | .basic-dropdown, 269 | .content h1, 270 | .content h2, 271 | .content h3, 272 | .content h4, 273 | .content h5, 274 | .content h6 { 275 | color: #abb2c0 !important; 276 | border-color: #abb2c0 !important; 277 | } 278 | 279 | .v2-wrapper { 280 | background-color: #272B33 !important; 281 | } 282 | 283 | .box.session-box.session-box-bottom, 284 | .box.session-box.session-box-top { 285 | border-color: #2c323d !important; 286 | } 287 | 288 | .box.session-box .session-title, 289 | .label, 290 | .title.is-page-title, 291 | .checkbox, 292 | .radio { 293 | color: #abb2c0 !important; 294 | } 295 | 296 | .title.is-page-title { 297 | border-color: #485264 !important; 298 | } 299 | 300 | code, 301 | html, 302 | pre { 303 | background-color: #3e4451 !important; 304 | } 305 | 306 | code { 307 | color: #DF6B75 !important; 308 | } 309 | } 310 | -------------------------------------------------------------------------------- /zsh/TheOne.zsh-theme: -------------------------------------------------------------------------------- 1 | # The One Theme v1.0.0 2 | # 3 | # https://github.com/benniemosher/the-one-theme 4 | # 5 | # Copyright 2015, All rights reserved 6 | # 7 | # Code licensed under the MIT license 8 | # http://benniemosher.mit-license.org 9 | # 10 | # @author Bennie Mosher 11 | 12 | PROMPT='%{$fg_bold[green]%}➜ %{$fg_bold[green]%}%p %{$fg_bold[blue]%}%c $(git_prompt_info)% %{$reset_color%}' 13 | 14 | ZSH_THEME_GIT_PROMPT_CLEAN=") %{$fg_bold[green]%}✔ " 15 | ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg_bold[yellow]%}✗ " 16 | ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}(" 17 | ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" 18 | --------------------------------------------------------------------------------