Changing the colors of the Catppuccin Mocha theme for Vimium to the Tokyonihgt Night palette, and adding some minor modifications.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Poimandres Palette */ | |
:root { | |
--vimium-pink: #fcc5e9; | |
--vimium-red: #d0679d; | |
--vimium-green: #5de4c7; | |
--vimium-blue: #89ddff; | |
--vimium-yellow: #fffac2; | |
--vimium-text: #e4f0fb; | |
--vimium-surface2: #a6accd; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": "#2D353B", | |
"black": "#232A2E", | |
"blue": "#3A515D", | |
"brightBlack": "#56635F", | |
"brightBlue": "#7FBBB3", | |
"brightCyan": "#7FBBB3", | |
"brightGreen": "#A7C080", | |
"brightPurple": "#D699B6", | |
"brightRed": "#E67E80", |