1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
shagohead
e777605f33 Fix TERM checking for kitty under Darwin 2022-07-30 12:08:20 +03:00
Mgldvd
3fb6e80493
✏️ Fix typo 2022-06-27 11:48:39 -05:00
Ivan Toshkov
aac975cdce Use the :xdigit: character class 2022-05-30 14:53:48 +03:00
Ivan Toshkov
ef0d17854b Make elementary OS terminal transparent
The elementary OS/Pantheon terminal uses a 5% transparent background.
This change applies this transparency for the Gogh themes.
2022-05-30 14:19:42 +03:00
mgldvd
57ddbb5a44 Change paths for new home repo 2022-04-18 18:59:46 -05:00
m
0408e99b35 Added 'konsole' to the list of supported terminals 2021-12-17 17:07:10 +01:00
m
8f191c713e added support for konsole 2021-12-16 19:22:57 +01:00
m
ff15f921a4 Implemented support for Konsole; no profiles though 2021-12-16 18:52:06 +01:00
m
ec6bff26f9 Added skeleton code for Konsole support 2021-12-16 17:38:39 +01:00
z-nexx
e7e4780f54 Fixed comments in kitty config file header and optinal selection colors 2021-09-12 20:20:37 +02:00
z-nexx
851f840380 Added support for Kitty 2021-09-12 20:20:17 +02:00
pfuender
b7739b8ee8 adding support for foot terminal (https://codeberg.org/dnkl/foot) 2021-08-05 22:05:42 +02:00
Ivan Milov
5a691c2316
add support for alacritty 2021-02-20 22:50:24 +01:00
Daniel R. Neal
0c986f0f41
Fix bug where highlight color was getting set even when nonexistant 2021-01-23 13:11:36 -08:00
gab
23c4f38252 "add theme (GeoHot)" 2020-08-14 19:23:51 -03:00
Q, Ren-queue
d05e5d214e
Copy xfce4 terminalrc if it's available 2019-12-28 20:30:43 +09:00
Rawiri Blundell
d7ac43eb3c Ensure that apply-colors.sh is unsetting the USE_SYS_TRANSPARENCY variable 2019-08-22 00:17:50 +12:00
Rawiri Blundell
f8538c3f19 Testing and improvements for colorcli and relaxed themes. Add transparency handling 2019-08-22 00:12:12 +12:00
Rawiri Blundell
f57f634101 Add colorcli and relaxed themes 2019-08-21 23:18:05 +12:00
polemon
03cf203c8c ask if user want's to apply newsly installed themes 2019-03-19 18:53:30 +01:00
polemon
873f615539 fixed minor naming issue and added more descriptive comments. Also silenced grep 2019-03-19 13:13:28 +01:00
polemon
ef542815c4 added xfce4-terminal 2019-03-19 10:38:13 +01:00
phenonymous
01f998e9ee Make sure exported variables get unset to avoid global variable pollution 2018-11-30 23:03:39 +01:00
phenonymous
cd200b7a41 Major update with tilix support 2018-11-29 21:48:25 +01:00
phenonymous
851ac59dfd Major update with tilix support 2018-11-27 21:11:54 +01:00
phenonymous
0ef494e0ae Major update with tilix support 2018-11-27 11:10:12 +01:00
phenonymous
61fb958374 Major update with tilix support 2018-11-22 14:30:40 +01:00
phenonymous
db039c6b4b Major update with tilix support 2018-11-22 00:16:21 +01:00
phenonymous
c60eb20614 Major update with tilix support 2018-11-13 18:51:25 +01:00
phenonymous
b4aae6e1c3 Major update with tilix support 2018-11-07 13:25:47 +01:00
phenonymous
a453f6a34d Major update with tilix support 2018-11-06 00:00:17 +01:00
phenonymous
d1eafe6f1d Added tilix support 2018-11-05 11:45:41 +01:00
phenonymous
dfa6c56e89 Major change 2018-11-05 11:28:42 +01:00
jphager2
0f0a45b7fc Allow TERMINAL to be set by environment 2018-10-13 01:30:07 +02:00
Matt Harris
bb285d6b30 add new elementary terminal settings 2018-06-18 12:25:27 +01:00
Sebastian Zdanowicz
d2dc29ef93 Added support for updating Cygwin's mintty colours configuration 2018-03-16 00:50:59 +01:00
showching
84e96d9771 add user friendly error text if no saved profiles, possibly on a newly installed system. 2018-02-26 18:36:50 +08:00
Ram Lmn
860c24ed58 Minor tweaks
- Format README.md and add links to theme authors
- Fix indentation in gogh.sh
- Modify comments to identify colors by their name rather than their
use
- shellcheck errors
  - quote variables in most places to prevent word globbing
  - use $(cmd) instead of legacy `cmd`
2017-12-20 17:49:26 +05:30
Dimitri Bohlender
8e703feac1 Minor tweaks to comments 2017-10-19 22:34:04 +02:00
Dimitri Bohlender
287df3fb31 Removed old (now not applying) comment 2017-10-19 22:32:06 +02:00
Dimitri Bohlender
96c048b92b Fixed warning on Linux 2017-10-19 22:05:35 +02:00
Dimitri Bohlender
49216ea36d Added basic support for iTerm2 2017-10-19 22:05:32 +02:00
Dimitri Bohlender
2e81c43dc8 Tabs -> Spaces 2017-10-16 17:03:22 +02:00
Dimitri Bohlender
a953f1662a Notes regarding the use of gconf 2017-10-16 17:00:55 +02:00
Dimitri Bohlender
a921976275 Added support for Guake terminal 2017-10-16 16:54:57 +02:00
Mayccoll
c547688507 Update apply-colors.sh 2017-08-17 11:07:36 -05:00
Jonathan Terner
feeaddef1f apply-colors.sh: added error handling message to gconftools 2017-08-17 11:54:14 -04:00
mquintero
940a1388a4 fix typo - Don't use the function keyword 2017-07-04 13:59:30 -05:00
Gabriel Lewertowski
4a6c19cd2d allow bold 2017-07-04 15:31:42 +02:00
Gabriel Lewertowski
7656d5d47f fix palette for gnome-terminal 2017-07-04 15:13:51 +02:00