newsboat theme

This commit is contained in:
joy 2024-10-09 19:01:13 +02:00
parent 74bf73c7ec
commit 6bb606fcaf
4 changed files with 23 additions and 18 deletions

View file

@ -204,13 +204,13 @@
"locked": { "locked": {
"lastModified": 1728337164, "lastModified": 1728337164,
"narHash": "sha256-VdRTjJFyq4Q9U7Z/UoC2Q5jK8vSo6E86lHc2OanXtvc=", "narHash": "sha256-VdRTjJFyq4Q9U7Z/UoC2Q5jK8vSo6E86lHc2OanXtvc=",
"owner": "nix-community", "owner": "joygnu",
"repo": "home-manager", "repo": "home-manager",
"rev": "038630363e7de57c36c417fd2f5d7c14773403e4", "rev": "038630363e7de57c36c417fd2f5d7c14773403e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "joygnu",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }

View file

@ -37,7 +37,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:joygnu/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-on-droid = { nix-on-droid = {

View file

@ -10,7 +10,7 @@
}; };
colors = { colors = {
bright = { bright = {
black = lib.mkForce "#928374"; black = lib.mkForce "#504945";
red = lib.mkForce "#fb4934"; red = lib.mkForce "#fb4934";
green = lib.mkForce "#b8bb26"; green = lib.mkForce "#b8bb26";
yellow = lib.mkForce "#fabd2f"; yellow = lib.mkForce "#fabd2f";

View file

@ -134,11 +134,16 @@
bind-key l open bind-key l open
bind-key h quit bind-key h quit
macro o set browser "setsid -f mpv --no-terminal %u &" ; open-in-browser ; set browser "elinks %u" macro o set browser "setsid -f mpv --no-terminal %u &" ; open-in-browser ; set browser "elinks %u"
# color listnormal white black
color listnormal_unread black white bold color background color15 color0
color listfocus white blue bold color listnormal color15 color0
color listfocus_unread white blue bold color listnormal_unread color15 color0 bold
color info white blue color listfocus color15 color4
color listfocus_unread color15 color4 bold
color info color15 color8
color article color15 color0
highlight article "https?://[^ ]+" blue default underline
''; '';
}; };
} }