Browse Source

Print color value along its name

Alois Mahdal 6 years ago
parent
commit
d2f06e29d9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/config/Xlib/colorscheme/mkdemo

+ 1
- 1
dotfiles/config/Xlib/colorscheme/mkdemo View File

@@ -16,7 +16,7 @@ xd2html() {
16 16
         debug -v name color
17 17
         test "$name" == "URxvt.background" && echo "$color" > "$Tmp/bg"
18 18
         test "$name" == "URxvt.foreground" && echo "$color" > "$Tmp/fg"
19
-        echos "        <p style='color: $color'>$name</p>"
19
+        echos "        <p style='color: $color'>$name = $color</p>"
20 20
     done
21 21
 }
22 22