All Projects β†’ x8BitRain β†’ meta-theme-sky-color

x8BitRain / meta-theme-sky-color

Licence: GPL-3.0 license
Js snippet that changes the mobile Chrome nav bar color to the color of the sky based on time of day.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to meta-theme-sky-color

colort
colort[int]
Stars: ✭ 28 (+47.37%)
Mutual labels:  colors
delegated-execution-subscriptions
πŸ•°οΈβš™οΈRecurring delegated execution through an identity proxy with meta transactions
Stars: ✭ 42 (+121.05%)
Mutual labels:  meta
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-5.26%)
Mutual labels:  meta
DS-Cookbook101
A jupyter notebook having all most frequent used code snippet for daily data scienceoperations
Stars: ✭ 59 (+210.53%)
Mutual labels:  snippet
color
OCaml library to work with colors on the web
Stars: ✭ 20 (+5.26%)
Mutual labels:  colors
TimeMail
Write a letter to the future,After many years, I hope you will live up to your expectations.
Stars: ✭ 33 (+73.68%)
Mutual labels:  time
Silverstripe-SEO
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content
Stars: ✭ 41 (+115.79%)
Mutual labels:  meta
tmux
πŸ’½ Soothing pastel theme for Tmux!
Stars: ✭ 63 (+231.58%)
Mutual labels:  colors
ts-business-time
Business time / market hours logic for TypeScript
Stars: ✭ 18 (-5.26%)
Mutual labels:  time
colorify
Colorify - C#Β .Net Console Library with Text Format: colors, alignment and lot more [ Win+Mac+Linux ]
Stars: ✭ 49 (+157.89%)
Mutual labels:  colors
Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (+742.11%)
Mutual labels:  colors
timestampy
πŸ•’ Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (+10.53%)
Mutual labels:  time
simple-analog-clock
Simple clock view for displaying uh...time?
Stars: ✭ 24 (+26.32%)
Mutual labels:  time
razer-cli
CLI for configuring Razer devices
Stars: ✭ 46 (+142.11%)
Mutual labels:  colors
Ubufundi
Android Code Recipies:Short targeted code snippets to get the job done
Stars: ✭ 16 (-15.79%)
Mutual labels:  snippet
ESPNtpClient
High accuracy NTP library for ESP32 and ESP8266
Stars: ✭ 81 (+326.32%)
Mutual labels:  time
HijriDatePicker
Material (Gregorian - Hijri) Date & Time Picker
Stars: ✭ 128 (+573.68%)
Mutual labels:  time
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (+36.84%)
Mutual labels:  colors
ImmersiveColors
Easy way to access Windows 10 Immersive colors
Stars: ✭ 64 (+236.84%)
Mutual labels:  colors
timezones
Nim timezone library compatible with the standard library.
Stars: ✭ 37 (+94.74%)
Mutual labels:  time

alt text

meta-theme-sky-color

Js snippet that changes the mobile Chrome nav bar color to the color of the sky based on time of day. It can be modified to change the color of anything by replacing document.querySelector('meta[name="theme-color"]') to a div or a css class, etc.

usage

Insert this

<script src="https://cdn.jsdelivr.net/gh/x8BitRain/meta-theme-sky-color@latest/metaskycol.min.js" type="text/javascript"></script>

into the <head> of your webpage.

demo

Visiting https://btr.pm/test on Chrome android/ios will display the following colors in the nav bar. Or download the example html file in the example folder.

  • #9bc5ed between 5am - 6am.

  • #94dbf8 between 7am - 8am.

  • #87ceeb between 9am - 4pm.

  • #ffa365 between 5pm - 6pm.

  • #141852 between 7pm - 9pm.

  • #000 between 10pm - 4am.

  • #26282c as a fallback.

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].