From 7c1f7e574e36d082c0b1864907bb2bb26dfe1fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Fri, 18 Apr 2025 17:38:34 +0200 Subject: [PATCH 1/2] add sea inspired theme for helix --- helix/themes/sea.toml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 helix/themes/sea.toml diff --git a/helix/themes/sea.toml b/helix/themes/sea.toml new file mode 100644 index 0000000..3e530e1 --- /dev/null +++ b/helix/themes/sea.toml @@ -0,0 +1,39 @@ +inherits = "ayu_dark" + +"comment" = { fg = "grey-blue", modifiers = [ "italic" ] } +"constructor" = { fg = "light-green" } +"operator" = { fg = "blue" } +"string" = { fg = "pink" } +"variable" = { fg = "gold-pink" } +"keyword" = { fg = "light-turquoise" } +"punctuation" = { fg = "bronze" } + +"ui.background" = { bg = "very-dark-turquoise" } +"ui.text" = "white" +"ui.linenr" = "brown" +"ui.linenr.selected" = "red" +"ui.cursorline" = { bg = "dark-turquoise" } + +[palette] +background ="#0a0e11" +foreground = "#eef2f1" + +very-dark-turquoise = "#0a0e11" +dark-turquoise = "#0a322b" +semidark-turquoise = "#13483e" +turquoise = "#3bc79e" +light-turquoise = "#6bab9b" +light-green = "#6dd78f" +grey-purple = "#7657b2" +grey-blue = "#496593" +gold = "#78aba4" +bronze = "#e28c50" +brown = "#8a4605" +white = "#eef2f1" +gold-pink = "#ffab9b" +pink = "#eb7afb" +red = "#c7300a" +yellow = "#d4d6a4" +orange = "#fa8200" +deep-orange = "#ba2803" +blue = "#35a4c9" From 6b413456d92b85dace9b281143eaa5c5aeb4c3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Fri, 18 Apr 2025 17:38:59 +0200 Subject: [PATCH 2/2] add cross compilation capabilities for aarch64 to chell --- nix/chell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/chell.nix b/nix/chell.nix index d1b9e17..00969ef 100644 --- a/nix/chell.nix +++ b/nix/chell.nix @@ -1,5 +1,7 @@ { config, lib, pkgs, ... } : { + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU + environment.systemPackages = with pkgs; [ mangohud obs-studio