Merge branch 'main' of github.com:xfnw/dotfiles

This commit is contained in:
Xfnw knuu 2021-01-23 20:25:07 -05:00
commit 2b28059f93
2 changed files with 4 additions and 1 deletions

View file

@ -114,6 +114,8 @@ AddToMenu RootMenu "Root Menu" Title
AddToMenu Utilities "Utilities" Title
+ "Top" Exec exec xterm -T Top -n Top -e top
+ "w3m" Exec exec xterm -T w3m -n w3m -e w3m google.com
+ "Lynx" Exec exec xterm -T Lynx -n Lynx -e lynx google.com
+ "Calculator" Exec exec xcalc
+ "Xman" Exec exec xman
+ "Xmag" Exec exec xmag

View file

@ -9,6 +9,7 @@
:root {
--dark: #141415;
--light: #cdcdcd;
--lightsel: #fff;
--ansi0: #161510;
--ansi1: #A32810;
--ansi2: #727A18;
@ -76,7 +77,7 @@
h1.Sh:target a.permalink,
h2.Ss:target a.permalink,
a.tag:target {
color: var(--light);
color: var(--lightsel);
outline: none;
}