diff --git a/Nightlight/README.md b/Nightlight/README.md new file mode 100644 index 0000000..2692936 --- /dev/null +++ b/Nightlight/README.md @@ -0,0 +1,9 @@ +# Nightlight + +## Screenshots + +img + +## Author +Made by: +* https://github.com/iTenerai diff --git a/Nightlight/color.ini b/Nightlight/color.ini new file mode 100644 index 0000000..c7a854a --- /dev/null +++ b/Nightlight/color.ini @@ -0,0 +1,16 @@ +[Nightlight Colors] +text = FFFFFF +subtext = F1F1F1 +main = 1c1622 +sidebar = 241c2c +player = 241c2c +card = 241c2c +shadow = 241c2c +selected-row = F1F1F1 +button = ae1adb +button-active = ae1adb +button-disabled = 241c2c +tab-active = 241c2c +notification = ae1adb +notification-error = FF4151 +misc = ae1adb diff --git a/Nightlight/screenshots/nightlight.png b/Nightlight/screenshots/nightlight.png new file mode 100644 index 0000000..b4b62e6 Binary files /dev/null and b/Nightlight/screenshots/nightlight.png differ diff --git a/Nightlight/user.css b/Nightlight/user.css new file mode 100644 index 0000000..ce254ee --- /dev/null +++ b/Nightlight/user.css @@ -0,0 +1,49 @@ +@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); + +* { + font-family: Arial, Helvetica, sans-serif; +} + +h1 { + font-weight: 700 !important; +} + +.main-nowPlayingWidget-nowPlaying .main-trackInfo-name { + color: white; + overflow: unset; + font-size: 20px !important; + background: -webkit-linear-gradient(right, #d7007d, #7a00ef); + font-weight: bold; + border-radius: 15px; + padding-left: 3px; +} + +.main-nowPlayingWidget-nowPlaying .main-trackInfo-artists { + padding-left: 3px; +} + +.main-home-homeHeader, +.main-entityHeader-backgroundColor, +.main-actionBarBackground-background { + display: none; +} + +.main-topBar-overlay, +.main-view-container, +.Root__nav-bar { + background-color: var(--spice-main); +} + +.main-topBar-background { + opacity: 1 !important; +} + +* { + box-shadow: none !important; +} + +.cover-art-image { + border: dotted; + border-radius: 50%; + border-color: #ae1adb; +} \ No newline at end of file diff --git a/THEMES.md b/THEMES.md index e61d77e..865331c 100644 --- a/THEMES.md +++ b/THEMES.md @@ -84,6 +84,12 @@ Here you can find a preview of all the themes. Some of them may have different c img +## Nightlight + +### Dark + +![Nightlight](Nightlight/screenshots/nightlight.png) + ## Onepunch #### Dark