Skip to content

Commit 801a36e

Browse files
authored
Merge pull request #63 from grafoo/master
add xfce4-terminal ports
2 parents e2a3b4c + 2734d27 commit 801a36e

File tree

7 files changed

+44
-0
lines changed

7 files changed

+44
-0
lines changed

xfce4-terminal/README.org

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Installation
2+
#+BEGIN_SRC bash
3+
# for a global installation the theme files need to be put into
4+
# /usr/share/xfce4/terminal/colorschemes
5+
6+
mkdir -p ~/.local/share/xfce4/terminal/colorschemes
7+
cp *.theme ~/.local/share/xfce4/terminal/colorschemes/
8+
#+END_SRC
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox dark hard
3+
ColorForeground=#ebdbb2
4+
ColorBackground=#1d2021
5+
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6+
TabActivityColor=#bf4040
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox dark soft
3+
ColorForeground=#ebdbb2
4+
ColorBackground=#32302f
5+
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6+
TabActivityColor=#bf4040

xfce4-terminal/gruvbox-dark.theme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox dark
3+
ColorForeground=#ebdbb2
4+
ColorBackground=#282828
5+
ColorPalette=#282828;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#a89984;#928374;#fb4934;#b8bb26;#fabd2f;#83a598;#d3869b;#8ec07c;#ebdbb2
6+
TabActivityColor=#bf4040
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox light hard
3+
ColorForeground=#3c3836
4+
ColorBackground=#f9f5d7
5+
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6+
TabActivityColor=#bf4040
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox light soft
3+
ColorForeground=#3c3836
4+
ColorBackground=#f2e5bc
5+
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6+
TabActivityColor=#bf4040

xfce4-terminal/gruvbox-light.theme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Scheme]
2+
Name=gruvbox light
3+
ColorForeground=#3c3836
4+
ColorBackground=#fbf1c7
5+
ColorPalette=#fdf4c1;#cc241d;#98971a;#d79921;#458588;#b16286;#689d6a;#7c6f64;#928374;#9d0006;#79740e;#b57614;#076678;#8f3f71;#427b58;#3c3836
6+
TabActivityColor=#bf4040

0 commit comments

Comments
 (0)