Regenerated
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
||||
/* Catppuccin Mocha Palette */
|
||||
@define-color border #97C9E6;
|
||||
@define-color border #96cdd2;
|
||||
@define-color crust #11111b;
|
||||
@define-color mantle #181825;
|
||||
@define-color base #1e1e2e;
|
||||
@define-color base-alpha rgba(30, 30, 46, 0.2);
|
||||
@define-color base-alpha rgba(30, 30, 46, 0.8);
|
||||
|
||||
@define-color surface0 #313244;
|
||||
@define-color surface1 #45475a;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{ lib, config, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
colors = {
|
||||
border = "#97C9E6";
|
||||
border = "#96cdd2";
|
||||
crust = "#11111b";
|
||||
mantle = "#181825";
|
||||
base = "#1e1e2e";
|
||||
|
||||
Reference in New Issue
Block a user