Skip to content

Instantly share code, notes, and snippets.

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

bjarneo bjarneo

🏠
Working from home
View GitHub Profile
@bjarneo
bjarneo / vantage_black.json
Last active February 1, 2026 08:19
zed theme
{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "VantageBlack",
"author": "Bjarne Oeverli",
"themes": [
{
"name": "VantageBlack",
"appearance": "dark",
"style": {
"background": "#0d0d0d",
@bjarneo
bjarneo / vantablack.lua
Last active February 5, 2026 08:37
vantablack
return {
{
"bjarneo/aether.nvim",
branch = "v2",
name = "aether",
priority = 1000,
opts = {
transparent = false,
colors = {
-- Background colors
@bjarneo
bjarneo / theme-change-workspace.sh
Created December 1, 2025 16:27
Change your theme on hyprland workspace switch
#!/bin/bash
# Map workspaces to omarchy themes
declare -A workspace_themes=(
[1]="catppuccin"
[2]="catppuccin-latte"
[3]="ethereal"
[4]="everforest"
[5]="flexoki-light"
[6]="gruvbox"
{
"name": "freedom",
"timestamp": 1760965601377,
"palette": {
"wallpaper": "",
"colors": [
"#001820",
"#FF5E5F",
"#9b9d9a",
"#FF9653",
{
"name": "slowpoke",
"timestamp": 1762450410528,
"palette": {
"wallpaper": "",
"colors": [
"#0A0D0F",
"#a95656",
"#F3C241",
"#c1ad86",
@bjarneo
bjarneo / mushroom.json
Created October 24, 2025 07:08
Mushroom theme
{
"name": "Mushroom",
"timestamp": 1761289460452,
"palette": {
"wallpaper": "",
"colors": [
"#0F0517",
"#F15166",
"#44B2DF",
"#FA9671",
{
"name": "Zelda",
"timestamp": 1761155692326,
"palette": {
"wallpaper": "",
"colors": [
"#010401",
"#bf5a7c",
"#70cf6c",
"#DFEC63",
return {
{
"bjarneo/aether.nvim",
name = "aether",
priority = 1000,
opts = {
disable_italics = false,
colors = {
-- Monotone shades (base00-base07)
base00 = "#010401", -- Default background
@bjarneo
bjarneo / hackerman.json
Created October 20, 2025 18:05
Hackerman Blueprint for Aether
{
"name": "Hacker",
"timestamp": 1760965387035,
"palette": {
"wallpaper": "",
"colors": [
"#0B0C16",
"#31f759",
"#4fe88f",
"#50f7d4",
@bjarneo
bjarneo / .lua
Created October 12, 2025 06:13
aether.nvim with custom colors
return {
{
"bjarneo/aether.nvim",
name = "aether",
priority = 1000,
opts = {
disable_italics = false,
colors = {
-- Monotone shades (base00-base07)
base00 = "#141114", -- Default background