Update screenshots and script theme rgb code (#73)

* Update screenshots and script theme rgb code

* Delete geckodriver.log
This commit is contained in:
Avijit Gupta
2021-09-07 19:47:33 +02:00
committed by GitHub
parent e381d33542
commit 61e70a33c9
6 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ SCREENSHOT_OPTIONS = [
{'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)
def get_dominant_color(img_path):