From 5cc7f2e17a082f320804d4355184fbda554fd48c Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 May 2017 00:17:47 +0000 Subject: Switch colorscheme --- "Colours/D\303\251faut" | 26 ++++++++++++++++++++++---- Colours/Orange | 15 +++++++++++++++ Profiles/Default | 2 +- Shortcuts/Default | 22 ++++++++++++++++++++++ 4 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 Colours/Orange create mode 100644 Shortcuts/Default diff --git "a/Colours/D\303\251faut" "b/Colours/D\303\251faut" index 82aa501..e5c7d8e 100644 --- "a/Colours/D\303\251faut" +++ "b/Colours/D\303\251faut" @@ -1,5 +1,23 @@ [roxterm colour scheme] -foreground=#eeeeeeeeecec -background=#19191b1b2222 -bold=#ffffffffffff -cursor=#8a8ae2e23434 +foreground=#dddddd +background=#191923 +bold=#ffffff +cursor=#8a8ae2 + +0=#444444 +1=#8e434b +2=#71880f +3=#c16000 +4=#667daa +5=#85678f +6=#4d8588 +7=#aaaaaa +palette_size=16 +8=#888888 +9=#c65d69 +10=#a7ca17 +11=#f58d27 +12=#94b7f9 +13=#c096d0 +14=#73c7cc +15=#eeeeee diff --git a/Colours/Orange b/Colours/Orange new file mode 100644 index 0000000..feda75c --- /dev/null +++ b/Colours/Orange @@ -0,0 +1,15 @@ +[roxterm colour scheme] +foreground=#ddddddb5b5a4 +background=#15171D222222 +bold=#ffffffffffff +cursor=#8a8ae2e23434 + +0=#444444888888 +1=#8e434bc65d69 +2=#71880fa7ca17 +3=#c16000f58d27 +4=#667daa94b7f9 +5=#85678fc096d0 +6=#4d858873c7cc +7=#aaaaaaeeeeee +palette_size=0 diff --git a/Profiles/Default b/Profiles/Default index a6dce9c..1520668 100644 --- a/Profiles/Default +++ b/Profiles/Default @@ -4,7 +4,7 @@ height=24 hide_menubar=1 always_show_tabs=0 show_add_tab_btn=0 -colour_scheme=Tango +colour_scheme=Défaut saturation=0,852518 cursor_shape=2 cursor_blink_mode=1 diff --git a/Shortcuts/Default b/Shortcuts/Default new file mode 100644 index 0000000..4257f89 --- /dev/null +++ b/Shortcuts/Default @@ -0,0 +1,22 @@ + +[roxterm shortcuts scheme] +File/New Window=n +File/New Tab=t +File/Close Window=q +File/Close Tab=w +Tabs/Previous Tab=Page_Up +Tabs/Next Tab=Page_Down +Edit/Select All=a +Edit/Copy=c +Edit/Paste=v +View/Zoom In=plus +View/Zoom Out=minus +View/Normal Size=0 +View/Full Screen=F11 +View/Scroll Up One Line=Up +View/Scroll Down One Line=Down +Help/Help=F1 +Edit/Copy & Paste=y +Search/Find...=f +Search/Find Next=i +Search/Find Previous=p -- cgit v1.2.3