Update screenshots and script theme rgb code (#73)
* Update screenshots and script theme rgb code * Delete geckodriver.log
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 75 KiB |
BIN
images/tn.png
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 75 KiB |
@@ -26,7 +26,7 @@ SCREENSHOT_OPTIONS = [
|
|||||||
{'path': '/posts/theme-documentation-basics/', 'filename': 'images/screenshot-{color_pref}-post.png'},
|
{'path': '/posts/theme-documentation-basics/', 'filename': 'images/screenshot-{color_pref}-post.png'},
|
||||||
]
|
]
|
||||||
|
|
||||||
DARK_THEME = (32, 32, 32, 255)
|
DARK_THEME = (34, 39, 45, 255)
|
||||||
LIGHT_THEME = (255, 255, 255, 255)
|
LIGHT_THEME = (255, 255, 255, 255)
|
||||||
|
|
||||||
def get_dominant_color(img_path):
|
def get_dominant_color(img_path):
|
||||||
|
|||||||