All Projects → Gitleptune → lantern-theme

Gitleptune / lantern-theme

Licence: GPL-3.0 License
Brown-Orange colour theme, and userCSS styles for different websites and services.

Programming Languages

CSS
56736 projects
Vim Script
2826 projects

Projects that are alternatives of or similar to lantern-theme

UserCSS
Customizable stylesheets
Stars: ✭ 55 (+139.13%)
Mutual labels:  usercss
browserexport
backup and parse browser history databases (chrome, firefox, safari, and other chrome/firefox derivatives)
Stars: ✭ 54 (+134.78%)
Mutual labels:  vivaldi
duckduckgo-template-helpers
Template helpers used by DuckDuckGo
Stars: ✭ 13 (-43.48%)
Mutual labels:  duckduckgo
GitHub-Feed-Icons
😍 Add icons to the GitHub news feed
Stars: ✭ 19 (-17.39%)
Mutual labels:  usercss
duckduckhack.com
This repo contains the static content used to build DuckDuckHack.com
Stars: ✭ 27 (+17.39%)
Mutual labels:  duckduckgo
hohser
Highlight or Hide Search Engine Results
Stars: ✭ 89 (+286.96%)
Mutual labels:  duckduckgo
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-47.83%)
Mutual labels:  colours
privacy-essentials-safari
Privacy Essentials Extension for Safari
Stars: ✭ 55 (+139.13%)
Mutual labels:  duckduckgo
Colour-Learning
A simple machine learning webpage that understands & changes the text 🌈 according to the background.
Stars: ✭ 21 (-8.7%)
Mutual labels:  colours
safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (-30.43%)
Mutual labels:  duckduckgo
labyrinth
[DEPRICATED] Labyrinth is a anti-censorship Web Browser created to bypass DPI, Blocklists, Port Filtering, Firewalls and DNS censorship all in one
Stars: ✭ 17 (-26.09%)
Mutual labels:  duckduckgo
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+8.7%)
Mutual labels:  colours
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+260.87%)
Mutual labels:  colours
fb-messenger-dark
💬 Dark Facebook Messenger theme
Stars: ✭ 61 (+165.22%)
Mutual labels:  usercss
JiraDarkTheme
🌙 😎 Jira Dark Theme Usercss / Stylus
Stars: ✭ 124 (+439.13%)
Mutual labels:  usercss
GitHub-FixedHeader
Pinned header on GitHub
Stars: ✭ 63 (+173.91%)
Mutual labels:  usercss
duckduckgo-styles
Common styling elements for all DuckDuckGo properties
Stars: ✭ 38 (+65.22%)
Mutual labels:  duckduckgo
colourvalues
R library for assigning colours to values
Stars: ✭ 41 (+78.26%)
Mutual labels:  colours
GitHub-Compact-Feed
📰 Compact details in the news feed
Stars: ✭ 20 (-13.04%)
Mutual labels:  usercss
browser-extensions
我的一些 userjs & usercss
Stars: ✭ 63 (+173.91%)
Mutual labels:  usercss

A warm and cozy, brown-orange colour theme for Discord, Vivaldi and more.

Screenshots

in use: vivaldi, lantern startpage and duckduckgo

Colours

Role Hex RGB IMG
Background #261b17 rgb(38, 27, 23) #261b17
Background - Alt #291812 rgb(41, 24, 18) #291812
Header #1b110e rgb(27, 17, 14) #1b110e
Hover #532f28 rgb(83, 47, 40) #532f28
Highlight #f99666 rgb(249, 150, 102) #f99666
Highlight - Alt #fad256 rgb(250, 210, 86) #fad256
Text #e4cbb3 rgb(228, 203, 179)
UI #e35b15 rgb(227, 91, 21) #e35b15
UI - Alt #fabc2c rgb(250, 188, 44) #fabc2c
Onclick #e86420 rgb(232, 100, 32) #e86420
Visited #e04220 rgb(224, 66, 32) #e04220
Green Light #82a23a rgb(130, 162, 58) #82a23a
Green Dark #4d772d rgb(77, 119, 45) #4d772d
Blue Light #66a4a4 rgb(102, 164, 164) #66a4a4
Blue Dark #4395a3 rgb(78, 149, 163) #4395a3
Purple Light #c888e8 rgb(200, 136, 232) #c888e8
Purple Dark #b666e6 rgb(182, 102, 230) #b666e6
Pink Light #fab2c2 rgb(250, 178, 194) #fab2c2
Orange Light #e86420 rgb(232, 100, 32) #e86420
Orange Dark #e35b15 rgb(227, 91, 21) #e35b15
Red Light #e04220 rgb(224, 66, 32) #e04220
Red Dark #e01d1d rgb(224, 29, 29) #e01d1d
Brown Light #261b17 rgb(38, 27, 23) #261b17
Brown Dark #1b110e rgb(28, 17, 14) #1b110e
Yellow Light #fad256 rgb(250, 210, 86) #fad256
Yellow Dark #fabc2c rgb(250, 188, 44) #fab2c2

Usage

Premade themes

Check the src folder and look through the available apps and websites, further instructions will be avaiable in their READMEs.

CSS

Paste this in the beginning of a file and start hacking into the mainframe:

:root {
	--background: #261b17;
	--header: #1b110e;
	--background-alt: #291812;
	--hover: #532f28;
	--highlight: #f99666;
	--highlight-alt: #fad256;
	--ui: #e35b15;
	--ui-alt: #fabc2c;
	--onclick: #e86420;
	--visited: #e04220;
	--green-light: #82a23a;
	--green-dark: #4d772d;
	--blue-light: #66a4a4;
	--blue-dark: #4395a3;
	--purple-light: #c888e8;
	--purple-dark: #b666e6;
	--pink-light: #fab2c2;
	--pink-dark: #fff;
	--orange-light: #e86420;
	--orange-dark: #e35b15;
	--red-light: #e04220;
	--red-dark: #e01d1d;
	--brown-light: #291812;
	--brown-dark: #1b110e;
	--yellow-light: #fad256;
	--yellow-dark: #fabc2c;
/* 
  .
 (
 )\
((_)       _    _   _ _____ _____ ___   _   _
 | |      / \  | \ | |_   _| ____|  _ \| \ | |
 | |     / _ \ |  \| | | | |  _| | |_) |  \| |
 | |___ / ___ \| |\  | | | | |___|  _ <| |\  |
 |_____/_/   \_|_| \_| |_| |_____|_| \_|_| \_|
  _____ _   _ _____ __  __ _____
 |_   _| | | | ____|  \/  | ____|
   | | | |_| |  _| | |\/| |  _|
   | | |  _  | |___| |  | | |___
   |_| |_| |_|_____|_|  |_|_____|
}
*/
}

FAQ

"Are you going to make a light theme soon?"

No, you don't use a lantern when it's bright outside, right?

"Why are there colours other than brown/orange/red/yellow, the usual lantern colours?"

You can get different colours of flame by burning different elements.

Are you going to support X?

I hope so, but I don't have the time or knowledge (like Emacs) to do so. Since you're probably experienced with the app, you could try making one yourself and taking a look at the Contibuting section.

Contributing

If you want to contribute with a theme for an app/website here's how you can do it:

  1. Make a repository and put the code there
  2. Submit an issue with the app name, installation guide and link to your repository if you want it to be included here.
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].