From 404fa1c183ca3cea9971dd4288669140280d1e78 Mon Sep 17 00:00:00 2001 From: Nicolas Cornette Date: Mon, 17 Oct 2016 00:22:44 +0200 Subject: [PATCH 1/2] Update with iterm2rxdb cd schemes for f in *; do ../tools/iterm2xrdb $f > "../xrdb/`basename $f .itermcolors`.xrdb"; done --- xrdb/Brogrammer.xrdb | 6 +----- xrdb/Glacier.xrdb | 23 +++++++++++++++++++++++ xrdb/JetBrains Darcula.xrdb | 23 +++++++++++++++++++++++ xrdb/Material.xrdb | 12 ++++-------- xrdb/MaterialDark.xrdb | 4 ---- xrdb/Solarized Dark - Patched.xrdb | 23 +++++++++++++++++++++++ xrdb/The Hulk.xrdb | 4 ---- xrdb/Ubuntu.xrdb | 23 +++++++++++++++++++++++ 8 files changed, 97 insertions(+), 21 deletions(-) create mode 100644 xrdb/Glacier.xrdb create mode 100644 xrdb/JetBrains Darcula.xrdb create mode 100644 xrdb/Solarized Dark - Patched.xrdb create mode 100644 xrdb/Ubuntu.xrdb diff --git a/xrdb/Brogrammer.xrdb b/xrdb/Brogrammer.xrdb index 20c5954..4120c34 100644 --- a/xrdb/Brogrammer.xrdb +++ b/xrdb/Brogrammer.xrdb @@ -15,13 +15,9 @@ #define Ansi_8_Color #d6dbe5 #define Ansi_9_Color #de352e #define Background_Color #131313 -#define Badge_Color #ff0000 #define Bold_Color #d6dbe5 #define Cursor_Color #b9b9b9 -#define Cursor_Guide_Color #a6e8ff #define Cursor_Text_Color #101010 #define Foreground_Color #d6dbe5 -#define Link_Color #0645ad #define Selected_Text_Color #d6dbe5 -#define Selection_Color #3a3a3a -#define Tab_Color #000000 +#define Selection_Color #1f1f1f diff --git a/xrdb/Glacier.xrdb b/xrdb/Glacier.xrdb new file mode 100644 index 0000000..faa5c1e --- /dev/null +++ b/xrdb/Glacier.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #2e343c +#define Ansi_1_Color #bd0f2f +#define Ansi_10_Color #49e998 +#define Ansi_11_Color #fddf6e +#define Ansi_12_Color #2a8bc1 +#define Ansi_13_Color #ea4727 +#define Ansi_14_Color #a0b6d3 +#define Ansi_15_Color #ffffff +#define Ansi_2_Color #35a770 +#define Ansi_3_Color #fb9435 +#define Ansi_4_Color #1f5872 +#define Ansi_5_Color #bd2523 +#define Ansi_6_Color #778397 +#define Ansi_7_Color #ffffff +#define Ansi_8_Color #404a55 +#define Ansi_9_Color #bd0f2f +#define Background_Color #0c1115 +#define Bold_Color #ffffff +#define Cursor_Color #6c6c6c +#define Cursor_Text_Color #6c6c6c +#define Foreground_Color #ffffff +#define Selected_Text_Color #ffffff +#define Selection_Color #bd2523 diff --git a/xrdb/JetBrains Darcula.xrdb b/xrdb/JetBrains Darcula.xrdb new file mode 100644 index 0000000..e53937e --- /dev/null +++ b/xrdb/JetBrains Darcula.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #000000 +#define Ansi_1_Color #fa5355 +#define Ansi_10_Color #67ff4f +#define Ansi_11_Color #ffff00 +#define Ansi_12_Color #6d9df1 +#define Ansi_13_Color #fb82ff +#define Ansi_14_Color #60d3d1 +#define Ansi_15_Color #eeeeee +#define Ansi_2_Color #126e00 +#define Ansi_3_Color #c2c300 +#define Ansi_4_Color #4581eb +#define Ansi_5_Color #fa54ff +#define Ansi_6_Color #33c2c1 +#define Ansi_7_Color #adadad +#define Ansi_8_Color #555555 +#define Ansi_9_Color #fb7172 +#define Background_Color #202020 +#define Bold_Color #eeeeee +#define Cursor_Color #ffffff +#define Cursor_Text_Color #000000 +#define Foreground_Color #adadad +#define Selected_Text_Color #adadad +#define Selection_Color #1a3272 diff --git a/xrdb/Material.xrdb b/xrdb/Material.xrdb index e18aec9..b55b66c 100644 --- a/xrdb/Material.xrdb +++ b/xrdb/Material.xrdb @@ -1,13 +1,13 @@ #define Ansi_0_Color #212121 #define Ansi_1_Color #b7141f #define Ansi_10_Color #7aba3a -#define Ansi_11_Color #fd8e09 +#define Ansi_11_Color #ffea2e #define Ansi_12_Color #54a4f3 #define Ansi_13_Color #aa4dbc #define Ansi_14_Color #26bbd1 #define Ansi_15_Color #d9d9d9 #define Ansi_2_Color #457b24 -#define Ansi_3_Color #fc7b08 +#define Ansi_3_Color #f6981e #define Ansi_4_Color #134eb2 #define Ansi_5_Color #560088 #define Ansi_6_Color #0e717c @@ -15,13 +15,9 @@ #define Ansi_8_Color #424242 #define Ansi_9_Color #e83b3f #define Background_Color #eaeaea -#define Badge_Color #ff0000 -#define Bold_Color #2a373e +#define Bold_Color #b7141f #define Cursor_Color #16afca -#define Cursor_Guide_Color #a6e8ff #define Cursor_Text_Color #2e2e2d -#define Foreground_Color #2e2e2d -#define Link_Color #134eb2 +#define Foreground_Color #232322 #define Selected_Text_Color #4e4e4e #define Selection_Color #c2c2c2 -#define Tab_Color #000000 diff --git a/xrdb/MaterialDark.xrdb b/xrdb/MaterialDark.xrdb index 837a2e0..abb6c20 100644 --- a/xrdb/MaterialDark.xrdb +++ b/xrdb/MaterialDark.xrdb @@ -15,13 +15,9 @@ #define Ansi_8_Color #424242 #define Ansi_9_Color #e83b3f #define Background_Color #232322 -#define Badge_Color #ff0000 #define Bold_Color #b7141f #define Cursor_Color #16afca -#define Cursor_Guide_Color #a6e8ff #define Cursor_Text_Color #dfdfdf #define Foreground_Color #e5e5e5 -#define Link_Color #134eb2 #define Selected_Text_Color #3d3d3d #define Selection_Color #dfdfdf -#define Tab_Color #000000 diff --git a/xrdb/Solarized Dark - Patched.xrdb b/xrdb/Solarized Dark - Patched.xrdb new file mode 100644 index 0000000..064df78 --- /dev/null +++ b/xrdb/Solarized Dark - Patched.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #002831 +#define Ansi_1_Color #d11c24 +#define Ansi_10_Color #475b62 +#define Ansi_11_Color #536870 +#define Ansi_12_Color #708284 +#define Ansi_13_Color #5956ba +#define Ansi_14_Color #819090 +#define Ansi_15_Color #fcf4dc +#define Ansi_2_Color #738a05 +#define Ansi_3_Color #a57706 +#define Ansi_4_Color #2176c7 +#define Ansi_5_Color #c61c6f +#define Ansi_6_Color #259286 +#define Ansi_7_Color #eae3cb +#define Ansi_8_Color #475b62 +#define Ansi_9_Color #bd3613 +#define Background_Color #001e27 +#define Bold_Color #819090 +#define Cursor_Color #708284 +#define Cursor_Text_Color #002831 +#define Foreground_Color #708284 +#define Selected_Text_Color #819090 +#define Selection_Color #002831 diff --git a/xrdb/The Hulk.xrdb b/xrdb/The Hulk.xrdb index 72941f9..d025a85 100644 --- a/xrdb/The Hulk.xrdb +++ b/xrdb/The Hulk.xrdb @@ -15,13 +15,9 @@ #define Ansi_8_Color #505354 #define Ansi_9_Color #8dff2a #define Background_Color #1b1d1e -#define Badge_Color #87ff86 #define Bold_Color #ffffff #define Cursor_Color #16b61b -#define Cursor_Guide_Color #5959ff #define Cursor_Text_Color #000000 #define Foreground_Color #b5b5b5 -#define Link_Color #09ad4d #define Selected_Text_Color #0b6309 #define Selection_Color #4d504c -#define Tab_Color #000000 diff --git a/xrdb/Ubuntu.xrdb b/xrdb/Ubuntu.xrdb new file mode 100644 index 0000000..849570a --- /dev/null +++ b/xrdb/Ubuntu.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #2e3436 +#define Ansi_1_Color #cc0000 +#define Ansi_10_Color #8ae234 +#define Ansi_11_Color #fce94f +#define Ansi_12_Color #729fcf +#define Ansi_13_Color #ad7fa8 +#define Ansi_14_Color #34e2e2 +#define Ansi_15_Color #eeeeec +#define Ansi_2_Color #4e9a06 +#define Ansi_3_Color #c4a000 +#define Ansi_4_Color #3465a4 +#define Ansi_5_Color #75507b +#define Ansi_6_Color #06989a +#define Ansi_7_Color #d3d7cf +#define Ansi_8_Color #555753 +#define Ansi_9_Color #ef2929 +#define Background_Color #300a24 +#define Bold_Color #eeeeec +#define Cursor_Color #bbbbbb +#define Cursor_Text_Color #ffffff +#define Foreground_Color #eeeeec +#define Selected_Text_Color #000000 +#define Selection_Color #b5d5ff From 4e9224e2f046d3aae45d70c7b561068f1c006feb Mon Sep 17 00:00:00 2001 From: Nicolas Cornette Date: Mon, 17 Oct 2016 12:08:43 +0200 Subject: [PATCH 2/2] add update_all.py script, update all --- konsole/Afterglow.colorscheme | 18 +++--- konsole/AtelierSulphurpool.colorscheme | 65 ++++++++++++++++++++ konsole/AtomOneLight.colorscheme | 65 ++++++++++++++++++++ konsole/Batman.colorscheme | 65 ++++++++++++++++++++ konsole/Bright Lights.colorscheme | 65 ++++++++++++++++++++ konsole/DotGov.colorscheme | 65 ++++++++++++++++++++ konsole/Duotone Dark.colorscheme | 65 ++++++++++++++++++++ konsole/ENCOM.colorscheme | 65 ++++++++++++++++++++ konsole/Fideloper.colorscheme | 65 ++++++++++++++++++++ konsole/Floraverse.colorscheme | 65 ++++++++++++++++++++ konsole/Glacier.colorscheme | 65 ++++++++++++++++++++ konsole/JetBrains Darcula.colorscheme | 65 ++++++++++++++++++++ konsole/Material.colorscheme | 65 ++++++++++++++++++++ konsole/MaterialDark.colorscheme | 65 ++++++++++++++++++++ konsole/Molokai.colorscheme | 24 ++++---- konsole/OceanicMaterial.colorscheme | 65 ++++++++++++++++++++ konsole/Parasio Dark.colorscheme | 65 ++++++++++++++++++++ konsole/PaulMillr.colorscheme | 2 +- konsole/Piatto Light.colorscheme | 65 ++++++++++++++++++++ konsole/Solarized Dark - Patched.colorscheme | 65 ++++++++++++++++++++ konsole/Spiderman.colorscheme | 65 ++++++++++++++++++++ konsole/The Hulk.colorscheme | 65 ++++++++++++++++++++ konsole/Ubuntu.colorscheme | 65 ++++++++++++++++++++ terminator/Glacier.config | 7 +++ terminator/JetBrains Darcula.config | 7 +++ terminator/Material.config | 4 +- terminator/Solarized Dark - Patched.config | 7 +++ terminator/Ubuntu.config | 7 +++ tools/update_all.py | 23 +++++++ 29 files changed, 1375 insertions(+), 24 deletions(-) create mode 100644 konsole/AtelierSulphurpool.colorscheme create mode 100644 konsole/AtomOneLight.colorscheme create mode 100644 konsole/Batman.colorscheme create mode 100644 konsole/Bright Lights.colorscheme create mode 100644 konsole/DotGov.colorscheme create mode 100644 konsole/Duotone Dark.colorscheme create mode 100644 konsole/ENCOM.colorscheme create mode 100644 konsole/Fideloper.colorscheme create mode 100644 konsole/Floraverse.colorscheme create mode 100644 konsole/Glacier.colorscheme create mode 100644 konsole/JetBrains Darcula.colorscheme create mode 100644 konsole/Material.colorscheme create mode 100644 konsole/MaterialDark.colorscheme create mode 100644 konsole/OceanicMaterial.colorscheme create mode 100644 konsole/Parasio Dark.colorscheme create mode 100644 konsole/Piatto Light.colorscheme create mode 100644 konsole/Solarized Dark - Patched.colorscheme create mode 100644 konsole/Spiderman.colorscheme create mode 100644 konsole/The Hulk.colorscheme create mode 100644 konsole/Ubuntu.colorscheme create mode 100644 terminator/Glacier.config create mode 100644 terminator/JetBrains Darcula.config create mode 100644 terminator/Solarized Dark - Patched.config create mode 100644 terminator/Ubuntu.config create mode 100644 tools/update_all.py diff --git a/konsole/Afterglow.colorscheme b/konsole/Afterglow.colorscheme index 0bc63bf..23a212e 100644 --- a/konsole/Afterglow.colorscheme +++ b/konsole/Afterglow.colorscheme @@ -4,10 +4,10 @@ Opacity=1 Wallpaper= [Background] -Color=34,34,34 +Color=33,33,33 [BackgroundIntense] -Color=34,34,34 +Color=33,33,33 [Foreground] Color=208,208,208 @@ -19,16 +19,16 @@ Color=208,208,208 Color=21,21,21 [Color1] -Color=165,60,35 +Color=172,65,66 [Color2Intense] -Color=123,146,70 +Color=126,142,80 [Color3Intense] -Color=211,160,77 +Color=229,181,103 [Color4Intense] -Color=84,124,153 +Color=108,153,187 [Color5Intense] Color=159,78,133 @@ -40,10 +40,10 @@ Color=125,214,207 Color=245,245,245 [Color2] -Color=123,146,70 +Color=126,142,80 [Color3] -Color=211,160,77 +Color=229,181,103 [Color4] Color=108,153,187 @@ -61,5 +61,5 @@ Color=208,208,208 Color=80,80,80 [Color1Intense] -Color=165,60,35 +Color=172,65,66 diff --git a/konsole/AtelierSulphurpool.colorscheme b/konsole/AtelierSulphurpool.colorscheme new file mode 100644 index 0000000..1bb487b --- /dev/null +++ b/konsole/AtelierSulphurpool.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=AtelierSulphurpool +Opacity=1 +Wallpaper= + +[Background] +Color=32,39,70 + +[BackgroundIntense] +Color=32,39,70 + +[Foreground] +Color=151,157,180 + +[ForegroundIntense] +Color=151,157,180 + +[Color0] +Color=32,39,70 + +[Color1] +Color=201,73,34 + +[Color2Intense] +Color=41,50,86 + +[Color3Intense] +Color=94,102,135 + +[Color4Intense] +Color=137,142,164 + +[Color5Intense] +Color=223,226,241 + +[Color6Intense] +Color=156,99,122 + +[Color7Intense] +Color=245,247,255 + +[Color2] +Color=172,151,57 + +[Color3] +Color=192,139,48 + +[Color4] +Color=61,143,209 + +[Color5] +Color=102,121,204 + +[Color6] +Color=34,162,201 + +[Color7] +Color=151,157,180 + +[Color0Intense] +Color=107,115,148 + +[Color1Intense] +Color=199,107,41 + diff --git a/konsole/AtomOneLight.colorscheme b/konsole/AtomOneLight.colorscheme new file mode 100644 index 0000000..44f317e --- /dev/null +++ b/konsole/AtomOneLight.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=AtomOneLight +Opacity=1 +Wallpaper= + +[Background] +Color=249,249,249 + +[BackgroundIntense] +Color=249,249,249 + +[Foreground] +Color=42,44,51 + +[ForegroundIntense] +Color=0,0,0 + +[Color0] +Color=0,0,0 + +[Color1] +Color=222,62,53 + +[Color2Intense] +Color=63,149,58 + +[Color3Intense] +Color=210,182,124 + +[Color4Intense] +Color=47,90,243 + +[Color5Intense] +Color=160,0,149 + +[Color6Intense] +Color=63,149,58 + +[Color7Intense] +Color=255,255,255 + +[Color2] +Color=63,149,58 + +[Color3] +Color=210,182,124 + +[Color4] +Color=47,90,243 + +[Color5] +Color=149,0,149 + +[Color6] +Color=63,149,58 + +[Color7] +Color=187,187,187 + +[Color0Intense] +Color=0,0,0 + +[Color1Intense] +Color=222,62,53 + diff --git a/konsole/Batman.colorscheme b/konsole/Batman.colorscheme new file mode 100644 index 0000000..6ab2778 --- /dev/null +++ b/konsole/Batman.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Batman +Opacity=1 +Wallpaper= + +[Background] +Color=27,29,30 + +[BackgroundIntense] +Color=27,29,30 + +[Foreground] +Color=111,111,111 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=27,29,30 + +[Color1] +Color=230,220,68 + +[Color2Intense] +Color=255,242,125 + +[Color3Intense] +Color=254,237,108 + +[Color4Intense] +Color=145,148,149 + +[Color5Intense] +Color=154,154,157 + +[Color6Intense] +Color=163,163,166 + +[Color7Intense] +Color=218,219,214 + +[Color2] +Color=200,190,70 + +[Color3] +Color=244,253,34 + +[Color4] +Color=115,113,116 + +[Color5] +Color=116,114,113 + +[Color6] +Color=98,96,95 + +[Color7] +Color=198,197,191 + +[Color0Intense] +Color=80,83,84 + +[Color1Intense] +Color=255,247,142 + diff --git a/konsole/Bright Lights.colorscheme b/konsole/Bright Lights.colorscheme new file mode 100644 index 0000000..e5b4d59 --- /dev/null +++ b/konsole/Bright Lights.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Bright Lights +Opacity=1 +Wallpaper= + +[Background] +Color=25,25,25 + +[BackgroundIntense] +Color=25,25,25 + +[Foreground] +Color=179,201,215 + +[ForegroundIntense] +Color=159,179,193 + +[Color0] +Color=25,25,25 + +[Color1] +Color=255,53,91 + +[Color2Intense] +Color=183,232,118 + +[Color3Intense] +Color=255,194,81 + +[Color4Intense] +Color=118,213,255 + +[Color5Intense] +Color=186,118,231 + +[Color6Intense] +Color=108,191,181 + +[Color7Intense] +Color=194,200,215 + +[Color2] +Color=183,232,118 + +[Color3] +Color=255,194,81 + +[Color4] +Color=118,212,255 + +[Color5] +Color=186,118,231 + +[Color6] +Color=108,191,181 + +[Color7] +Color=194,200,215 + +[Color0Intense] +Color=25,25,25 + +[Color1Intense] +Color=255,53,91 + diff --git a/konsole/DotGov.colorscheme b/konsole/DotGov.colorscheme new file mode 100644 index 0000000..def6398 --- /dev/null +++ b/konsole/DotGov.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=DotGov +Opacity=1 +Wallpaper= + +[Background] +Color=38,44,53 + +[BackgroundIntense] +Color=38,44,53 + +[Foreground] +Color=235,235,235 + +[ForegroundIntense] +Color=251,171,25 + +[Color0] +Color=25,25,25 + +[Color1] +Color=191,9,29 + +[Color2Intense] +Color=61,151,81 + +[Color3Intense] +Color=246,187,52 + +[Color4Intense] +Color=23,178,224 + +[Color5Intense] +Color=120,48,176 + +[Color6Intense] +Color=139,210,237 + +[Color7Intense] +Color=255,255,255 + +[Color2] +Color=61,151,81 + +[Color3] +Color=246,187,52 + +[Color4] +Color=23,178,224 + +[Color5] +Color=120,48,176 + +[Color6] +Color=139,210,237 + +[Color7] +Color=255,255,255 + +[Color0Intense] +Color=25,25,25 + +[Color1Intense] +Color=191,9,29 + diff --git a/konsole/Duotone Dark.colorscheme b/konsole/Duotone Dark.colorscheme new file mode 100644 index 0000000..66847c6 --- /dev/null +++ b/konsole/Duotone Dark.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Duotone Dark +Opacity=1 +Wallpaper= + +[Background] +Color=31,29,39 + +[BackgroundIntense] +Color=31,29,39 + +[Foreground] +Color=183,161,255 + +[ForegroundIntense] +Color=183,162,255 + +[Color0] +Color=31,29,39 + +[Color1] +Color=217,57,62 + +[Color2Intense] +Color=45,205,115 + +[Color3Intense] +Color=217,183,110 + +[Color4Intense] +Color=255,194,132 + +[Color5Intense] +Color=222,141,64 + +[Color6Intense] +Color=36,136,255 + +[Color7Intense] +Color=234,229,255 + +[Color2] +Color=45,205,115 + +[Color3] +Color=217,183,110 + +[Color4] +Color=255,194,132 + +[Color5] +Color=222,141,64 + +[Color6] +Color=36,136,255 + +[Color7] +Color=183,161,255 + +[Color0Intense] +Color=53,49,71 + +[Color1Intense] +Color=217,57,62 + diff --git a/konsole/ENCOM.colorscheme b/konsole/ENCOM.colorscheme new file mode 100644 index 0000000..fb4f56d --- /dev/null +++ b/konsole/ENCOM.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=ENCOM +Opacity=1 +Wallpaper= + +[Background] +Color=0,0,0 + +[BackgroundIntense] +Color=0,0,0 + +[Foreground] +Color=0,165,149 + +[ForegroundIntense] +Color=76,241,225 + +[Color0] +Color=0,0,0 + +[Color1] +Color=159,0,0 + +[Color2Intense] +Color=0,238,0 + +[Color3Intense] +Color=255,255,0 + +[Color4Intense] +Color=0,0,255 + +[Color5Intense] +Color=255,0,255 + +[Color6Intense] +Color=0,205,205 + +[Color7Intense] +Color=255,255,255 + +[Color2] +Color=0,139,0 + +[Color3] +Color=255,208,0 + +[Color4] +Color=0,129,255 + +[Color5] +Color=188,0,202 + +[Color6] +Color=0,139,139 + +[Color7] +Color=187,187,187 + +[Color0Intense] +Color=85,85,85 + +[Color1Intense] +Color=255,0,0 + diff --git a/konsole/Fideloper.colorscheme b/konsole/Fideloper.colorscheme new file mode 100644 index 0000000..c5adafc --- /dev/null +++ b/konsole/Fideloper.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Fideloper +Opacity=1 +Wallpaper= + +[Background] +Color=41,47,51 + +[BackgroundIntense] +Color=41,47,51 + +[Foreground] +Color=219,218,224 + +[ForegroundIntense] +Color=107,124,124 + +[Color0] +Color=41,47,51 + +[Color1] +Color=203,30,45 + +[Color2Intense] +Color=212,96,90 + +[Color3Intense] +Color=168,102,113 + +[Color4Intense] +Color=124,133,196 + +[Color5Intense] +Color=92,93,178 + +[Color6Intense] +Color=129,144,144 + +[Color7Intense] +Color=252,244,223 + +[Color2] +Color=237,184,172 + +[Color3] +Color=183,171,155 + +[Color4] +Color=46,120,194 + +[Color5] +Color=192,35,111 + +[Color6] +Color=48,145,134 + +[Color7] +Color=234,227,206 + +[Color0Intense] +Color=9,32,40 + +[Color1Intense] +Color=212,96,90 + diff --git a/konsole/Floraverse.colorscheme b/konsole/Floraverse.colorscheme new file mode 100644 index 0000000..32ae7b0 --- /dev/null +++ b/konsole/Floraverse.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Floraverse +Opacity=1 +Wallpaper= + +[Background] +Color=14,13,21 + +[BackgroundIntense] +Color=14,13,21 + +[Foreground] +Color=219,209,185 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=8,0,46 + +[Color1] +Color=100,0,44 + +[Color2Intense] +Color=180,206,89 + +[Color3Intense] +Color=250,195,87 + +[Color4Intense] +Color=64,164,207 + +[Color5Intense] +Color=241,42,174 + +[Color6Intense] +Color=98,202,168 + +[Color7Intense] +Color=255,245,219 + +[Color2] +Color=93,115,26 + +[Color3] +Color=205,117,28 + +[Color4] +Color=29,109,161 + +[Color5] +Color=183,7,126 + +[Color6] +Color=66,163,140 + +[Color7] +Color=243,224,184 + +[Color0Intense] +Color=51,30,77 + +[Color1Intense] +Color=208,32,99 + diff --git a/konsole/Glacier.colorscheme b/konsole/Glacier.colorscheme new file mode 100644 index 0000000..b281709 --- /dev/null +++ b/konsole/Glacier.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Glacier +Opacity=1 +Wallpaper= + +[Background] +Color=12,17,21 + +[BackgroundIntense] +Color=12,17,21 + +[Foreground] +Color=255,255,255 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=46,52,60 + +[Color1] +Color=189,15,47 + +[Color2Intense] +Color=73,233,152 + +[Color3Intense] +Color=253,223,110 + +[Color4Intense] +Color=42,139,193 + +[Color5Intense] +Color=234,71,39 + +[Color6Intense] +Color=160,182,211 + +[Color7Intense] +Color=255,255,255 + +[Color2] +Color=53,167,112 + +[Color3] +Color=251,148,53 + +[Color4] +Color=31,88,114 + +[Color5] +Color=189,37,35 + +[Color6] +Color=119,131,151 + +[Color7] +Color=255,255,255 + +[Color0Intense] +Color=64,74,85 + +[Color1Intense] +Color=189,15,47 + diff --git a/konsole/JetBrains Darcula.colorscheme b/konsole/JetBrains Darcula.colorscheme new file mode 100644 index 0000000..30d762b --- /dev/null +++ b/konsole/JetBrains Darcula.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=JetBrains Darcula +Opacity=1 +Wallpaper= + +[Background] +Color=32,32,32 + +[BackgroundIntense] +Color=32,32,32 + +[Foreground] +Color=173,173,173 + +[ForegroundIntense] +Color=238,238,238 + +[Color0] +Color=0,0,0 + +[Color1] +Color=250,83,85 + +[Color2Intense] +Color=103,255,79 + +[Color3Intense] +Color=255,255,0 + +[Color4Intense] +Color=109,157,241 + +[Color5Intense] +Color=251,130,255 + +[Color6Intense] +Color=96,211,209 + +[Color7Intense] +Color=238,238,238 + +[Color2] +Color=18,110,0 + +[Color3] +Color=194,195,0 + +[Color4] +Color=69,129,235 + +[Color5] +Color=250,84,255 + +[Color6] +Color=51,194,193 + +[Color7] +Color=173,173,173 + +[Color0Intense] +Color=85,85,85 + +[Color1Intense] +Color=251,113,114 + diff --git a/konsole/Material.colorscheme b/konsole/Material.colorscheme new file mode 100644 index 0000000..39d79b2 --- /dev/null +++ b/konsole/Material.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Material +Opacity=1 +Wallpaper= + +[Background] +Color=234,234,234 + +[BackgroundIntense] +Color=234,234,234 + +[Foreground] +Color=35,35,34 + +[ForegroundIntense] +Color=183,20,31 + +[Color0] +Color=33,33,33 + +[Color1] +Color=183,20,31 + +[Color2Intense] +Color=122,186,58 + +[Color3Intense] +Color=255,234,46 + +[Color4Intense] +Color=84,164,243 + +[Color5Intense] +Color=170,77,188 + +[Color6Intense] +Color=38,187,209 + +[Color7Intense] +Color=217,217,217 + +[Color2] +Color=69,123,36 + +[Color3] +Color=246,152,30 + +[Color4] +Color=19,78,178 + +[Color5] +Color=86,0,136 + +[Color6] +Color=14,113,124 + +[Color7] +Color=239,239,239 + +[Color0Intense] +Color=66,66,66 + +[Color1Intense] +Color=232,59,63 + diff --git a/konsole/MaterialDark.colorscheme b/konsole/MaterialDark.colorscheme new file mode 100644 index 0000000..262b110 --- /dev/null +++ b/konsole/MaterialDark.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=MaterialDark +Opacity=1 +Wallpaper= + +[Background] +Color=35,35,34 + +[BackgroundIntense] +Color=35,35,34 + +[Foreground] +Color=229,229,229 + +[ForegroundIntense] +Color=183,20,31 + +[Color0] +Color=33,33,33 + +[Color1] +Color=183,20,31 + +[Color2Intense] +Color=122,186,58 + +[Color3Intense] +Color=255,234,46 + +[Color4Intense] +Color=84,164,243 + +[Color5Intense] +Color=170,77,188 + +[Color6Intense] +Color=38,187,209 + +[Color7Intense] +Color=217,217,217 + +[Color2] +Color=69,123,36 + +[Color3] +Color=246,152,30 + +[Color4] +Color=19,78,178 + +[Color5] +Color=86,0,136 + +[Color6] +Color=14,113,124 + +[Color7] +Color=239,239,239 + +[Color0Intense] +Color=66,66,66 + +[Color1Intense] +Color=232,59,63 + diff --git a/konsole/Molokai.colorscheme b/konsole/Molokai.colorscheme index aa0caaa..9d41dfe 100644 --- a/konsole/Molokai.colorscheme +++ b/konsole/Molokai.colorscheme @@ -19,40 +19,40 @@ Color=255,255,255 Color=18,18,18 [Color1] -Color=115,37,250 +Color=250,37,115 [Color2Intense] -Color=95,224,177 +Color=177,224,95 [Color3Intense] -Color=109,242,255 +Color=255,242,109 [Color4Intense] -Color=255,175,0 +Color=0,175,255 [Color5Intense] -Color=255,135,175 +Color=175,135,255 [Color6Intense] -Color=255,206,81 +Color=81,206,255 [Color7Intense] Color=255,255,255 [Color2] -Color=35,226,152 +Color=152,225,35 [Color3] -Color=96,212,223 +Color=223,212,96 [Color4] -Color=208,128,16 +Color=16,128,208 [Color5] -Color=255,0,135 +Color=135,0,255 [Color6] -Color=208,168,67 +Color=67,168,208 [Color7] Color=187,187,187 @@ -61,5 +61,5 @@ Color=187,187,187 Color=85,85,85 [Color1Intense] -Color=157,102,246 +Color=246,102,157 diff --git a/konsole/OceanicMaterial.colorscheme b/konsole/OceanicMaterial.colorscheme new file mode 100644 index 0000000..e425342 --- /dev/null +++ b/konsole/OceanicMaterial.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=OceanicMaterial +Opacity=1 +Wallpaper= + +[Background] +Color=28,38,43 + +[BackgroundIntense] +Color=28,38,43 + +[Foreground] +Color=194,200,215 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=0,0,0 + +[Color1] +Color=238,43,42 + +[Color2Intense] +Color=112,190,113 + +[Color3Intense] +Color=255,241,99 + +[Color4Intense] +Color=84,164,243 + +[Color5Intense] +Color=170,77,188 + +[Color6Intense] +Color=66,199,218 + +[Color7Intense] +Color=255,255,255 + +[Color2] +Color=64,163,63 + +[Color3] +Color=255,234,46 + +[Color4] +Color=30,128,240 + +[Color5] +Color=136,0,160 + +[Color6] +Color=22,175,202 + +[Color7] +Color=164,164,164 + +[Color0Intense] +Color=119,119,119 + +[Color1Intense] +Color=220,92,96 + diff --git a/konsole/Parasio Dark.colorscheme b/konsole/Parasio Dark.colorscheme new file mode 100644 index 0000000..ce72baf --- /dev/null +++ b/konsole/Parasio Dark.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Parasio Dark +Opacity=1 +Wallpaper= + +[Background] +Color=47,30,46 + +[BackgroundIntense] +Color=47,30,46 + +[Foreground] +Color=163,158,155 + +[ForegroundIntense] +Color=163,158,155 + +[Color0] +Color=47,30,46 + +[Color1] +Color=239,97,85 + +[Color2Intense] +Color=72,182,133 + +[Color3Intense] +Color=254,196,24 + +[Color4Intense] +Color=6,182,239 + +[Color5Intense] +Color=129,91,164 + +[Color6Intense] +Color=91,196,191 + +[Color7Intense] +Color=231,233,219 + +[Color2] +Color=72,182,133 + +[Color3] +Color=254,196,24 + +[Color4] +Color=6,182,239 + +[Color5] +Color=129,91,164 + +[Color6] +Color=91,196,191 + +[Color7] +Color=163,158,155 + +[Color0Intense] +Color=119,110,113 + +[Color1Intense] +Color=239,97,85 + diff --git a/konsole/PaulMillr.colorscheme b/konsole/PaulMillr.colorscheme index f09c901..174e349 100644 --- a/konsole/PaulMillr.colorscheme +++ b/konsole/PaulMillr.colorscheme @@ -43,7 +43,7 @@ Color=255,255,255 Color=121,255,15 [Color3] -Color=211,191,0 +Color=231,191,0 [Color4] Color=57,107,215 diff --git a/konsole/Piatto Light.colorscheme b/konsole/Piatto Light.colorscheme new file mode 100644 index 0000000..dae898a --- /dev/null +++ b/konsole/Piatto Light.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Piatto Light +Opacity=1 +Wallpaper= + +[Background] +Color=255,255,255 + +[BackgroundIntense] +Color=255,255,255 + +[Foreground] +Color=65,65,65 + +[ForegroundIntense] +Color=50,50,50 + +[Color0] +Color=65,65,65 + +[Color1] +Color=178,55,113 + +[Color2Intense] +Color=130,148,41 + +[Color3Intense] +Color=205,111,52 + +[Color4Intense] +Color=60,94,168 + +[Color5Intense] +Color=164,84,178 + +[Color6Intense] +Color=130,148,41 + +[Color7Intense] +Color=242,242,242 + +[Color2] +Color=102,120,30 + +[Color3] +Color=205,111,52 + +[Color4] +Color=60,94,168 + +[Color5] +Color=164,84,178 + +[Color6] +Color=102,120,30 + +[Color7] +Color=255,255,255 + +[Color0Intense] +Color=63,63,63 + +[Color1Intense] +Color=219,51,101 + diff --git a/konsole/Solarized Dark - Patched.colorscheme b/konsole/Solarized Dark - Patched.colorscheme new file mode 100644 index 0000000..aab7f29 --- /dev/null +++ b/konsole/Solarized Dark - Patched.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Solarized Dark - Patched +Opacity=1 +Wallpaper= + +[Background] +Color=0,30,39 + +[BackgroundIntense] +Color=0,30,39 + +[Foreground] +Color=112,130,132 + +[ForegroundIntense] +Color=129,144,144 + +[Color0] +Color=0,40,49 + +[Color1] +Color=209,28,36 + +[Color2Intense] +Color=71,91,98 + +[Color3Intense] +Color=83,104,112 + +[Color4Intense] +Color=112,130,132 + +[Color5Intense] +Color=89,86,186 + +[Color6Intense] +Color=129,144,144 + +[Color7Intense] +Color=252,244,220 + +[Color2] +Color=115,138,5 + +[Color3] +Color=165,119,6 + +[Color4] +Color=33,118,199 + +[Color5] +Color=198,28,111 + +[Color6] +Color=37,146,134 + +[Color7] +Color=234,227,203 + +[Color0Intense] +Color=71,91,98 + +[Color1Intense] +Color=189,54,19 + diff --git a/konsole/Spiderman.colorscheme b/konsole/Spiderman.colorscheme new file mode 100644 index 0000000..dd531a4 --- /dev/null +++ b/konsole/Spiderman.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Spiderman +Opacity=1 +Wallpaper= + +[Background] +Color=27,29,30 + +[BackgroundIntense] +Color=27,29,30 + +[Foreground] +Color=227,227,227 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=27,29,30 + +[Color1] +Color=230,8,19 + +[Color2Intense] +Color=255,51,56 + +[Color3Intense] +Color=254,58,53 + +[Color4Intense] +Color=29,80,255 + +[Color5Intense] +Color=116,124,255 + +[Color6Intense] +Color=97,132,255 + +[Color7Intense] +Color=255,255,249 + +[Color2] +Color=226,41,40 + +[Color3] +Color=226,71,86 + +[Color4] +Color=44,63,255 + +[Color5] +Color=36,53,219 + +[Color6] +Color=50,86,255 + +[Color7] +Color=255,254,246 + +[Color0Intense] +Color=80,83,84 + +[Color1Intense] +Color=255,3,37 + diff --git a/konsole/The Hulk.colorscheme b/konsole/The Hulk.colorscheme new file mode 100644 index 0000000..d2586e6 --- /dev/null +++ b/konsole/The Hulk.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=The Hulk +Opacity=1 +Wallpaper= + +[Background] +Color=27,29,30 + +[BackgroundIntense] +Color=27,29,30 + +[Foreground] +Color=181,181,181 + +[ForegroundIntense] +Color=255,255,255 + +[Color0] +Color=27,29,30 + +[Color1] +Color=38,157,27 + +[Color2Intense] +Color=72,255,119 + +[Color3Intense] +Color=58,254,22 + +[Color4Intense] +Color=80,107,149 + +[Color5Intense] +Color=114,88,157 + +[Color6Intense] +Color=64,133,166 + +[Color7Intense] +Color=229,230,225 + +[Color2] +Color=19,206,48 + +[Color3] +Color=99,228,87 + +[Color4] +Color=37,37,245 + +[Color5] +Color=100,31,116 + +[Color6] +Color=55,140,169 + +[Color7] +Color=217,216,209 + +[Color0Intense] +Color=80,83,84 + +[Color1Intense] +Color=141,255,42 + diff --git a/konsole/Ubuntu.colorscheme b/konsole/Ubuntu.colorscheme new file mode 100644 index 0000000..3024972 --- /dev/null +++ b/konsole/Ubuntu.colorscheme @@ -0,0 +1,65 @@ +[General] +Description=Ubuntu +Opacity=1 +Wallpaper= + +[Background] +Color=48,10,36 + +[BackgroundIntense] +Color=48,10,36 + +[Foreground] +Color=238,238,236 + +[ForegroundIntense] +Color=238,238,236 + +[Color0] +Color=46,52,54 + +[Color1] +Color=204,0,0 + +[Color2Intense] +Color=138,226,52 + +[Color3Intense] +Color=252,233,79 + +[Color4Intense] +Color=114,159,207 + +[Color5Intense] +Color=173,127,168 + +[Color6Intense] +Color=52,226,226 + +[Color7Intense] +Color=238,238,236 + +[Color2] +Color=78,154,6 + +[Color3] +Color=196,160,0 + +[Color4] +Color=52,101,164 + +[Color5] +Color=117,80,123 + +[Color6] +Color=6,152,154 + +[Color7] +Color=211,215,207 + +[Color0Intense] +Color=85,87,83 + +[Color1Intense] +Color=239,41,41 + diff --git a/terminator/Glacier.config b/terminator/Glacier.config new file mode 100644 index 0000000..e20d537 --- /dev/null +++ b/terminator/Glacier.config @@ -0,0 +1,7 @@ + +[[Glacier]] + palette = "#2e343c:#bd0f2f:#35a770:#fb9435:#1f5872:#bd2523:#778397:#ffffff:#404a55:#bd0f2f:#49e998:#fddf6e:#2a8bc1:#ea4727:#a0b6d3:#ffffff" + background_color = "#0c1115" + cursor_color = "#6c6c6c" + foreground_color = "#ffffff" + background_image = None diff --git a/terminator/JetBrains Darcula.config b/terminator/JetBrains Darcula.config new file mode 100644 index 0000000..83c9035 --- /dev/null +++ b/terminator/JetBrains Darcula.config @@ -0,0 +1,7 @@ + +[[JetBrains Darcula]] + palette = "#000000:#fa5355:#126e00:#c2c300:#4581eb:#fa54ff:#33c2c1:#adadad:#555555:#fb7172:#67ff4f:#ffff00:#6d9df1:#fb82ff:#60d3d1:#eeeeee" + background_color = "#202020" + cursor_color = "#ffffff" + foreground_color = "#adadad" + background_image = None diff --git a/terminator/Material.config b/terminator/Material.config index 3e875f1..cf9527a 100644 --- a/terminator/Material.config +++ b/terminator/Material.config @@ -1,7 +1,7 @@ [[Material]] - palette = "#212121:#b7141f:#457b24:#fc7b08:#134eb2:#560088:#0e717c:#efefef:#424242:#e83b3f:#7aba3a:#fd8e09:#54a4f3:#aa4dbc:#26bbd1:#d9d9d9" + palette = "#212121:#b7141f:#457b24:#f6981e:#134eb2:#560088:#0e717c:#efefef:#424242:#e83b3f:#7aba3a:#ffea2e:#54a4f3:#aa4dbc:#26bbd1:#d9d9d9" background_color = "#eaeaea" cursor_color = "#16afca" - foreground_color = "#2e2e2d" + foreground_color = "#232322" background_image = None diff --git a/terminator/Solarized Dark - Patched.config b/terminator/Solarized Dark - Patched.config new file mode 100644 index 0000000..040e50f --- /dev/null +++ b/terminator/Solarized Dark - Patched.config @@ -0,0 +1,7 @@ + +[[Solarized Dark - Patched]] + palette = "#002831:#d11c24:#738a05:#a57706:#2176c7:#c61c6f:#259286:#eae3cb:#475b62:#bd3613:#475b62:#536870:#708284:#5956ba:#819090:#fcf4dc" + background_color = "#001e27" + cursor_color = "#708284" + foreground_color = "#708284" + background_image = None diff --git a/terminator/Ubuntu.config b/terminator/Ubuntu.config new file mode 100644 index 0000000..d25d760 --- /dev/null +++ b/terminator/Ubuntu.config @@ -0,0 +1,7 @@ + +[[Ubuntu]] + palette = "#2e3436:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" + background_color = "#300a24" + cursor_color = "#bbbbbb" + foreground_color = "#eeeeec" + background_image = None diff --git a/tools/update_all.py b/tools/update_all.py new file mode 100644 index 0000000..71ea299 --- /dev/null +++ b/tools/update_all.py @@ -0,0 +1,23 @@ +#!/usr/bin/env python3 + +import subprocess +from glob import glob + +from os.path import basename, splitext, join + +if __name__ == '__main__': + + for f in glob("../schemes/*.itermcolors"): + base_name = splitext(basename(f))[0] + xrdb_filepath = join('../xrdb', base_name + '.xrdb') + with open(xrdb_filepath, 'w') as fout: + print("--> " + xrdb_filepath) + subprocess.Popen(['./iterm2xrdb', f], stdout=fout).wait() + + konsole_path = "../konsole/" + print("--> " + konsole_path) + subprocess.Popen(['./xrdb2konsole.py', '../xrdb/', '-d', konsole_path]) + + terminator_path = '../terminator/' + print("--> " + terminator_path) + subprocess.Popen(['./xrdb2terminator.py', '../xrdb/', '-d', terminator_path])