Browse Source

Update README.md

pull/110/head
GilbN 6 years ago
committed by GitHub
parent
commit
94172c300f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CSS/addons/organizr/glass/README.md

10
CSS/addons/organizr/glass/README.md

@ -29,23 +29,23 @@ Here are the other theme colors if you want to use that instead:
* Aquamarine * Aquamarine
```css ```css
radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
``` ```
* Hotline * Hotline
```css ```css
radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
``` ```
* Space Gray * Space Gray
```css ```css
radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
``` ```
* Dark * Dark
```css ```css
radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
``` ```
* Plex * Plex
```css ```css
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
``` ```
### Replace the variables if you have a dark background. ### Replace the variables if you have a dark background.

Loading…
Cancel
Save