Skip to content

Instantly share code, notes, and snippets.

View mauromotion's full-sized avatar
🏠
Working from home

mmmotion mauromotion

🏠
Working from home
View GitHub Profile
@mauromotion
mauromotion / poimbones.lua
Last active April 15, 2025 01:17
Poimandres theme for Zenbones
-- Place this file in `.local/share/nvim/lazy/zenbones.nvim/colors/
-- Load it with `colorscheme poimbones`
local colors_name = "poimbones"
vim.g.colors_name = colors_name -- Required when defining a colorscheme
local lush = require "lush"
local hsluv = lush.hsluv -- Human-friendly hsl
local util = require "zenbones.util"
@mauromotion
mauromotion / poimandres
Last active February 25, 2025 20:11
Poimandres theme for Ghostty
palette = 0=#303340
palette = 1=#D0679D
palette = 2=#5DE4C7
palette = 3=#FFFAC2
palette = 4=#89DDFF
palette = 5=#FCC5E9
palette = 6=#ADD7FF
palette = 7=#A6ACCD
palette = 8=#767C9D
palette = 9=#D0679D
@mauromotion
mauromotion / vimium_poimandres.css
Last active January 26, 2025 23:39
Vimium theme using the Poimandres color scheme
/* Poimandres Palette */
:root {
--vimium-pink: #fcc5e9;
--vimium-red: #d0679d;
--vimium-green: #5de4c7;
--vimium-blue: #89ddff;
--vimium-yellow: #fffac2;
--vimium-text: #e4f0fb;
--vimium-surface2: #a6accd;
@mauromotion
mauromotion / miniflux_tokyonight.css
Last active January 19, 2025 13:17
An adaptation of my adaptation of Catpuccin theme for Miniflux to the Tokyonight Night colorscheme
:root {
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji";
--base: #1a1b26;
--surface0: #22232e;
--surface1: #31323d;
--overlay0: #888888;
--overlay1: #7f849c;
--subtext0: #a6adc8;
@mauromotion
mauromotion / README.md
Created January 18, 2025 12:25
Vimium Tokyonight Night
@mauromotion
mauromotion / miniflux.css
Last active January 13, 2025 10:19
Miniflux catppuccin mocha modified to my likings (rounded boxes)
:root {
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--base: #1e1e2e;
--surface0: #313244;
--surface1: #45475a;
--surface2: #585b70;
--overlay0: #6c7086;:root {
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--base: #1e1e2e;
--surface0: #313244;
@mauromotion
mauromotion / Taskwarrior - Nord theme
Last active February 11, 2024 18:24 — forked from kaushikgopal/nord.theme
Taskwarrior Theme that plays nicely with Nord
# Originally adapted from https://github.com/arcticicestudio/igloo
# License: MIT
# References:
# https://taskwarrior.org/docs/themes.html
# task-color(5)
# taskrc(5)
# rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
@mauromotion
mauromotion / everforest-theme-windows-terminal.json
Last active September 8, 2024 23:09
Everforest theme for Widows Terminal
{
"background": "#2D353B",
"black": "#232A2E",
"blue": "#3A515D",
"brightBlack": "#56635F",
"brightBlue": "#7FBBB3",
"brightCyan": "#7FBBB3",
"brightGreen": "#A7C080",
"brightPurple": "#D699B6",
"brightRed": "#E67E80",