From ee6d56fdaba008f2b16afdbd400021afa6231b36 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 13 Apr 2014 09:39:33 +0100 Subject: Sakura: initial configuration --- tag-sakura/config/sakura/sakura.conf | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tag-sakura/config/sakura/sakura.conf (limited to 'tag-sakura') diff --git a/tag-sakura/config/sakura/sakura.conf b/tag-sakura/config/sakura/sakura.conf new file mode 100644 index 0000000..6f1c643 --- /dev/null +++ b/tag-sakura/config/sakura/sakura.conf @@ -0,0 +1,54 @@ +[sakura] +colorset1_fore=rgb(88,110,117) +colorset1_back=rgb(253,246,227) +colorset1_key=F1 +colorset2_fore=rgb(192,192,192) +colorset2_back=rgb(0,0,0) +colorset2_key=F2 +colorset3_fore=rgb(192,192,192) +colorset3_back=rgb(0,0,0) +colorset3_key=F3 +colorset4_fore=rgb(192,192,192) +colorset4_back=rgb(0,0,0) +colorset4_key=F4 +colorset5_fore=rgb(192,192,192) +colorset5_back=rgb(0,0,0) +colorset5_key=F5 +colorset6_fore=rgb(192,192,192) +colorset6_back=rgb(0,0,0) +colorset6_key=F6 +last_colorset=1 +background=none +font=Cousine 11 +show_always_first_tab=No +scrollbar=false +resize_grip=false +closebutton=true +tabs_on_bottom=false +less_questions=false +audible_bell=Yes +visible_bell=No +blinking_cursor=No +cursor_type=VTE_CURSOR_SHAPE_BLOCK +word_chars=-A-Za-z0-9,./?%&#_~ +palette=solarized_light +add_tab_accelerator=5 +del_tab_accelerator=5 +switch_tab_accelerator=4 +move_tab_accelerator=5 +copy_accelerator=5 +scrollbar_accelerator=5 +open_url_accelerator=5 +font_size_accelerator=4 +set_tab_name_accelerator=5 +add_tab_key=T +del_tab_key=W +prev_tab_key=Left +next_tab_key=Right +copy_key=C +paste_key=V +scrollbar_key=S +set_tab_name_key=N +fullscreen_key=F11 +set_colorset_accelerator=5 +icon_file=terminal-tango.svg -- cgit 1.4.1