Skip to content

Commit

Permalink
feat: Export-4bitCSS - Adding --Luma and --Contrast ( Fixes #94, Fixes
Browse files Browse the repository at this point in the history
…#95 )

    Also, changing brightness threshold to match iTermColorSchemes repo.  Fixing inner function name.
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 24, 2024
1 parent 1801984 commit a39a1e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/zenbones/zenbones.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
--red: #a8334c;
--black: #f0edec;
--name: 'zenbones';
--IsBright: 1;
--IsDark: 0;
--Luma: 0.931629803921569;
--Contrast: 0.726503529411765;
--IsBright: 0;
--IsDark: 1;
}

.colorSchemeName::before, .ColorSchemeName::before { content: 'zenbones'; }
Expand Down

0 comments on commit a39a1e9

Please sign in to comment.