Compare commits
2 commits
884dad0eda
...
6b413456d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b413456d9 | ||
|
|
7c1f7e574e |
2 changed files with 41 additions and 0 deletions
39
helix/themes/sea.toml
Normal file
39
helix/themes/sea.toml
Normal file
|
|
@ -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"
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
{ config, lib, pkgs, ... } :
|
{ config, lib, pkgs, ... } :
|
||||||
{
|
{
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # Cross-compilation for aarch64 through QEMU
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
mangohud
|
mangohud
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue