Darker Interface for Sore and Ailing Eyes

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Psmith
Posts: 22
Joined: Sat May 14, 2011 10:00 pm

Darker Interface for Sore and Ailing Eyes

Post by Psmith » Tue Apr 30, 2013 6:56 pm

I think LiveCode would be the most ideal programming environment if it allowed for a "dark-themed" interface - especially in the "code entry" portions.

My eyes have been fried by almost 30 years of stark black on stark white interface themes. That, and glossy monitors with lots of glare.

Is there any way to change the default color scheme?


Thanks,

Psmith

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4172
Joined: Sun Jan 07, 2007 9:12 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by bn » Tue Apr 30, 2013 7:14 pm

Psmith,

you can change the background color of the script editor in Preferences -> Script Editor -> Background Color to any color you want.

You can not change the text color as far as I see.

Kind regards
Bernd

Psmith
Posts: 22
Joined: Sat May 14, 2011 10:00 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by Psmith » Tue Apr 30, 2013 7:46 pm

Those who suffer with eyestrain and damage from prolonged and excessive use of software know what I am referring to regarding interfaces.

Even having on screen a predominance of elements with lightly colored backgrounds causes more strain and glare - and in a coding or design environment the exposure times can become very long. In short, it hurts.

Can LiveCode be entered in a generic code editor that allows for overall interface color definitions? Of course, doing it this way severely handicaps the process of "live testing" your app - one of the main reasons for choosing LiveCode in the first place.


Psmith

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by sturgis » Tue Apr 30, 2013 7:50 pm

you can also "set the textcolor of stack "revNewScriptEditor 1" to whatevercolor

it won't affect the actual script but will override the text in other areas of the script editor. Would have to modify the scripts that colorize the scripts to change the behavior there.

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by sturgis » Tue Apr 30, 2013 7:53 pm

The script editor is written in livecode so you could modify it to do what you wish. You also might look at glx2, and as far as that goes you could write your own editor that then "sets the script of object to..."

glx2 is nice.

There was also an editor written by jerry daniels, but not sure its still available and working with current versions of lc. If it does work, it did have a less glaring color scheme setup and worked very well.

Psmith wrote:Those who suffer with eyestrain and damage from prolonged and excessive use of software know what I am referring to regarding interfaces.

Even having on screen a predominance of elements with lightly colored backgrounds causes more strain and glare - and in a coding or design environment the exposure times can become very long. In short, it hurts.

Can LiveCode be entered in a generic code editor that allows for overall interface color definitions? Of course, doing it this way severely handicaps the process of "live testing" your app - one of the main reasons for choosing LiveCode in the first place.


Psmith

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Darker Interface for Sore and Ailing Eyes

Post by mwieder » Tue Apr 30, 2013 9:22 pm

Psmith- glx2 is here: https://bitbucket.org/mwieder/glx2/downloads. Open source, configurable, try the 'chalkboard' interface - that's the one I use. Version 3.13 is on the site for downloading, but I'm about to put up 3.14 as soon as I can free up the time.

Psmith
Posts: 22
Joined: Sat May 14, 2011 10:00 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by Psmith » Tue Apr 30, 2013 11:53 pm

This is a beautiful tool you have designed here, Mr. Wieder.

I hope I can follow the installation instructions for Mac. And, learn it well enough to use its many features.

Coding is hard and we all need as much help as we can get. Thanks for this wonderful contribution.


Psmith

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Darker Interface for Sore and Ailing Eyes

Post by shaosean » Wed May 01, 2013 6:04 am

i made a plugin a while back that allowed you to create themes for the built-in script editor..

Psmith
Posts: 22
Joined: Sat May 14, 2011 10:00 pm

Re: Darker Interface for Sore and Ailing Eyes

Post by Psmith » Wed May 01, 2013 4:00 pm

I would be interested in trying your plug-in, as well. Can you post where to find it?


Psmith

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Darker Interface for Sore and Ailing Eyes

Post by shaosean » Thu May 02, 2013 7:21 am

Will dig it out of the archives.. It should work with LiveCode, but I basically moved away from development in Rev/LC before the name change to LiveCode so it was never tested..

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Darker Interface for Sore and Ailing Eyes

Post by Simon » Thu May 02, 2013 8:02 am

Off Topic
Ok shaosean you beg a question.
Where did you, S. Reichelt and Daniels & Mara go and why?
Seems you all found other things to do at approximately the same time.
Maybe just my imagination.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Darker Interface for Sore and Ailing Eyes

Post by shaosean » Fri May 03, 2013 7:14 am

no idea...

Post Reply