Fix rice and alacritty configuration
This commit is contained in:
parent
412d7cc283
commit
bacf76a9a5
2 changed files with 4 additions and 13 deletions
|
|
@ -4,7 +4,6 @@ let
|
|||
pkgs.lib.nix-rice.palette.toRgbHex rec {
|
||||
inherit (colorPalette) normal bright primary;
|
||||
dim = colorPalette.dark;
|
||||
|
||||
cursor = {
|
||||
cursor = normal.white;
|
||||
text = normal.black;
|
||||
|
|
|
|||
16
rice.nix
16
rice.nix
|
|
@ -1,17 +1,9 @@
|
|||
self: super:
|
||||
let
|
||||
# nord = prev.lib.nix-rice.palette.tPalette prev.lib.nix-rice.color.hexToRgba (import ./themes/nord.nix);
|
||||
# onedark = prev.lib.nix-rice.palette.tPalette prev.lib.nix-rice.color.hexToRgba (import ./themes/onedark.nix);
|
||||
# tomorrow-night = prev.lib.nix-rice.palette.tPalette prev.lib.nix-rice.color.hexToRgba (import ./themes/tomorrow-night.nix);
|
||||
# mkpm = with prev.lib.nix-rice; palette.tPalette color.hexToRgba (import ./themes/monokai-pro-machine.nix);
|
||||
# bloom = with prev.lib.nix-rice;
|
||||
# palette.tPalette color.hexToRgba (import ./themes/bloom.nix);
|
||||
theme = with super.lib.nix-rice;
|
||||
kitty-themes.getThemeByName "Catppuccin-Mocha";
|
||||
in
|
||||
{
|
||||
with super.lib.nix-rice;
|
||||
let theme = kitty-themes.getThemeByName "Catppuccin-Mocha";
|
||||
in {
|
||||
rice = {
|
||||
colorPalette = with super.lib.nix-rice; rec {
|
||||
colorPalette = rec {
|
||||
normal = palette.defaultPalette // {
|
||||
black = theme.color0;
|
||||
red = theme.color1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue