Skip to content

Instantly share code, notes, and snippets.

View robertpeteuil's full-sized avatar

Robert Peteuil robertpeteuil

View GitHub Profile
@joshellington
joshellington / kagi-darkmustard-theme.css
Last active April 28, 2024 15:54
A slightly refined, dark-focused, mobile-supported Kagi theme. Works best using Dark Theme, and either Moon Dark or Royal Blue.
:root {
--font-main: "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-lufga: "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.theme_dark, .theme_moon_dark, .theme_moon_dark_conditional {
--app-bg: #181715;
--page-text: #F2E6D7;
--primary: #F2E6D7;
@robertpeteuil
robertpeteuil / Social Media Site Colors in CSS and less
Last active September 17, 2017 12:15
Social Media Site colors in less and CSS formats
This Gist contains the SOCIAL media SITE COLORS IN LESS AND CSS formats in seperate files.
@robertpeteuil
robertpeteuil / GitHub Language Colors in CSS and JSON
Last active March 14, 2024 14:49
GitHub Language Colors in CSS and JSON
This Gist contains the GitHub Language colors in CSS and JSON formats in seperate files.
@thomasfr
thomasfr / Git push deployment in 7 easy steps.md
Last active May 1, 2024 23:17
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook