diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /snownews/colors |
Initial Commit
Diffstat (limited to 'snownews/colors')
-rw-r--r-- | snownews/colors | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/snownews/colors b/snownews/colors new file mode 100644 index 0000000..8675dde --- /dev/null +++ b/snownews/colors @@ -0,0 +1,21 @@ +# Snownews color definitons +# black:0 +# red:1 +# green:2 +# orange:3 +# blue:4 +# magenta(tm):5 +# cyan:6 +# gray:7 +# brightred:9 +# brightgreen:10 +# yellow:11 +# brightblue:12 +# brightmagenta:13 +# brightcyan:14 +# white:15 +# no color:-1 +enabled:1 +new item:5 +goto url:4 +feedtitle:-1 |