summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-13 15:24:38 +0100
committerpazz <patricktotzke@gmail.com>2011-08-13 15:25:33 +0100
commitdc050f2bd8d918db1a851418b904d1350d6cc7a6 (patch)
tree54747650bfcc188919b7c2162d1a780078c32f86 /data
parenta78d499ef24f16be127cb727e4d91f7221bd5c81 (diff)
renamed colour theme sections, removed hook ex.
highcolour-theme -> 256c-theme normal-theme -> 16c-theme mono-theme -> 1c-theme
Diffstat (limited to 'data')
-rw-r--r--data/example.full.rc6
-rw-r--r--data/example.rc2
-rw-r--r--data/example_hooks.py5
3 files changed, 4 insertions, 9 deletions
diff --git a/data/example.full.rc b/data/example.full.rc
index 85b2934a..f6ebb1ef 100644
--- a/data/example.full.rc
+++ b/data/example.full.rc
@@ -79,7 +79,7 @@ ls = bufferlist
quit = exit
-[normal-theme]
+[16c-theme]
bufferlist_focus_bg = dark gray
bufferlist_focus_fg = white
bufferlist_results_even_bg = black
@@ -145,7 +145,7 @@ threadline_tags_fg = brown
threadline_tags_focus_bg = dark cyan
threadline_tags_focus_fg = yellow,bold
-[highcolour-theme]
+[256c-theme]
bufferlist_focus_bg = g38
bufferlist_focus_fg = #ffa
bufferlist_results_even_bg = g3
@@ -211,7 +211,7 @@ threadline_tags_fg = #a86
threadline_tags_focus_bg = g58
threadline_tags_focus_fg = #ff8
-[mono-theme]
+[1c-theme]
bufferlist_focus = standout
bufferlist_results_even = default
bufferlist_results_odd = default
diff --git a/data/example.rc b/data/example.rc
index 18ecc7a9..04b383db 100644
--- a/data/example.rc
+++ b/data/example.rc
@@ -28,7 +28,7 @@ t = toggletag todo
[tag translate]
flagged = ⚑
-[highcolour-theme]
+[256c-theme]
tag_todo_bg = #d66
tag_todo_fg = white
tag_killed_bg = g66
diff --git a/data/example_hooks.py b/data/example_hooks.py
deleted file mode 100644
index 1c1e0e9d..00000000
--- a/data/example_hooks.py
+++ /dev/null
@@ -1,5 +0,0 @@
-# hooks get two parameters, an alot.ui.UI object, and an alt.db.DBManager object
-# for all commands X, pre_X gets called before, post_X after X is applied.
-
-def pre_exit(ui, dbman):
- ui.logger.info('goodbye!')