From 2c64bcd99f6a3160194a3703005f71b89b1f696c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 21 Aug 2014 01:07:10 +0900 Subject: [PATCH] sakura.conf: add --- conf/sakura.conf | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 conf/sakura.conf diff --git a/conf/sakura.conf b/conf/sakura.conf new file mode 100644 index 0000000..cb2f19b --- /dev/null +++ b/conf/sakura.conf @@ -0,0 +1,60 @@ +[sakura] +colorset1_fore=rgb(243,243,243) +colorset1_back=rgba(0,0,0,0.84999999999999998) +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=Monospace 10.5 +show_always_first_tab=No +scrollbar=false +resize_grip=false +closebutton=true +tabs_on_bottom=false +less_questions=false +audible_bell=No +visible_bell=Yes +blinking_cursor=Yes +cursor_type=0 +word_chars=-A-Za-z0-9,./?%&#_~ +palette=xterm +add_tab_accelerator=5 +del_tab_accelerator=5 +switch_tab_accelerator=8 +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 +colorset1_curs=rgb(255,255,255) +colorset2_curs=rgb(255,255,255) +colorset3_curs=rgb(255,255,255) +colorset4_curs=rgb(255,255,255) +colorset5_curs=rgb(255,255,255) +colorset6_curs=rgb(255,255,255)