format all code with alejandra

This commit is contained in:
Antoine Martin 2022-04-10 11:54:58 +02:00
parent fa0cda2673
commit 4f0d45e4d5
89 changed files with 1605 additions and 1298 deletions

View file

@ -1,5 +1,6 @@
let
inherit (import ./colors.nix)
inherit
(import ./colors.nix)
base0
base00
base01
@ -16,9 +17,8 @@ let
red
violet
yellow
;
in
{
;
in {
primary = {
background = base3;
foreground = base00;

View file

@ -1,18 +1,18 @@
{
base03 = "#002b36"; # brblack
base02 = "#073642"; # black
base01 = "#586e75"; # brgreen
base00 = "#657b83"; # bryellow
base0 = "#839496"; # brblue
base1 = "#93a1a1"; # brcyan
base2 = "#eee8d5"; # white
base3 = "#fdf6e3"; # brwhite
yellow = "#b58900"; # yellow
orange = "#cb4b16"; # brred
red = "#dc322f"; # red
base03 = "#002b36"; # brblack
base02 = "#073642"; # black
base01 = "#586e75"; # brgreen
base00 = "#657b83"; # bryellow
base0 = "#839496"; # brblue
base1 = "#93a1a1"; # brcyan
base2 = "#eee8d5"; # white
base3 = "#fdf6e3"; # brwhite
yellow = "#b58900"; # yellow
orange = "#cb4b16"; # brred
red = "#dc322f"; # red
magenta = "#d33682"; # magenta
violet = "#6c71c4"; # brmagenta
blue = "#268bd2"; # blue
cyan = "#2aa198"; # cyan
green = "#859900"; # green
violet = "#6c71c4"; # brmagenta
blue = "#268bd2"; # blue
cyan = "#2aa198"; # cyan
green = "#859900"; # green
}

View file

@ -1,5 +1,6 @@
let
inherit (import ./colors.nix)
inherit
(import ./colors.nix)
base00
base2
base3
@ -8,9 +9,8 @@ let
orange
red
yellow
;
in
{
;
in {
bar = {
background = base3;
statusline = yellow;

View file

@ -1,5 +1,6 @@
let
inherit (import ./colors.nix)
inherit
(import ./colors.nix)
base00
base2
base3
@ -7,9 +8,8 @@ let
green
red
yellow
;
in
{
;
in {
theme = {
name = "solarized-light";
overrides = {