Skip to content

some font cant be changed #3633

Open
Open
@ghost

Description

Hello,

Im a visually impaired user and my eyes prefer white text and black background. I have now tried to moddify the theme.txt file in lib on Linux Ubuntu but it would be very nice if there was a theme that is dark with white text and black background..

Activity

ffissore

ffissore commented on Aug 7, 2015

@ffissore
Contributor

We don't support theme switching at the moment. Did you succeed by modifying theme.txt?

self-assigned this
on Aug 7, 2015
ghost

ghost commented on Aug 7, 2015

@ghost

Thanks for reply!

We tried to modify all text related into #FFFFFF and all background to
#000000 but the code you write in arduino is not included so thats still
unreadable (comments and some other stuff is included)

I send you a image of Arduino and the theme.txt as we have modifited it.

another thing is the buttons if there could be light and dark to choose..

On the image you see an example code called Blink and here we cant see the
delay values or the port number..

I would also recommend the menu buttons to be text or optimized for being
in dark theme.. (I was told what the buttons did otherwise i didnt know
what they would do..
i also added a image named flush where you can see a torrent client, but
where the buttons/tabs has their names next to them.. and my theme (Dark
Numix) is used to make the app darkish..
Best regards /
Med venlig hilsen
Kenneth Rasmussen

Den 07/08/2015 kl. 08.48 skrev Federico Fissore notifications@github.com:

We don't support theme switching at the moment. Did you succeed by
modifying theme.txt?


Reply to this email directly or view it on GitHub
#3633 (comment).

ffissore

ffissore commented on Aug 7, 2015

@ffissore
Contributor

Indeed, you also need to tweak entries listed under TEXT - LITERALS and TEXT - COMMENTS

ghost

ghost commented on Aug 7, 2015

@ghost

Just saw i forgot to send the theme.txt file.

2015-08-07 9:47 GMT+02:00 Federico Fissore notifications@github.com:

Indeed, you also need to tweak entries listed under TEXT - LITERALS and TEXT

  • COMMENTS


Reply to this email directly or view it on GitHub
#3633 (comment).

Best regards /
Med venlig hilsen
Kenneth Rasmussen

#FUNCTIONS COLOR            #D35400 - ORANGE            KEYWORD1
#FUNCTIONS COLOR            #D35400 - ORANGE            KEYWORD2
#STRUCTURE COLORS           #5E6D03 - GREEN         KEYWORD3
#VARIABLES COLOR                #00979C - BLUE              LITERAL1

#ERROR COLOR                    #A61717 - RED
#COMMENTS // COLOR          #95A5A6 - LIGHT GREY
#COMMENTS /**/ COLOR        #434F54 - DARK GREY

# GUI - STATUS

status.notice.fgcolor = #FFFFFF
status.notice.bgcolor = #000000
status.error.fgcolor = #FFFFFF
status.error.bgcolor = #000000
status.edit.fgcolor = #FFFFFF
status.edit.bgcolor = #000000
status.font = SansSerif,plain,12

# GUI - TABS

# settings for the tabs at the top

# (tab images are stored in the lib/theme folder)

header.bgcolor = #17A1A5
header.text.selected.color = #005B5B
header.text.unselected.color = #007e82
header.text.font = SansSerif,plain,12

# GUI - CONSOLE

console.font = Monospaced,plain,11
console.font.macosx = Monaco,plain,10
console.color = #000000
console.output.color = #FFFFFF
console.error.color = #FFFFFF

# GUI - BUTTONS

buttons.bgcolor = #000000
buttons.status.font = SansSerif,plain,12
buttons.status.color = #FFFFFF

# GUI - LINESTATUS

linestatus.color = #ffffff
linestatus.bgcolor = #000000

# EDITOR - DETAILS

# foreground and background colors

editor.fgcolor = #ffffff
editor.bgcolor = #000000

# highlight for the current line

editor.linehighlight.color=#e2e2e2

# highlight for the current line

editor.linehighlight=false

# caret blinking and caret color

editor.caret.color = #FFFFFF

# color to be used for background when 'external editor' enabled

editor.external.bgcolor = #000000

# selection color

editor.selection.color = #2d2d2d

# area that's not in use by the text (replaced with tildes)

editor.invalid.style = #FFFFFF,bold

# little pooties at the end of lines that show where they finish

editor.eolmarkers = true
editor.eolmarkers.color = #FFFFFF

# bracket/brace highlighting

editor.brackethighlight = false
editor.brackethighlight.color = #FFFFFF

# TEXT - KEYWORDS

# FUNCTIONS

editor.keyword1.style = #FFFFFF,bold
editor.data_type.style = #FFFFFF,bold

# METHODS

editor.keyword2.style = #FFFFFF,plain
editor.function.style = #FFFFFF,plain

# STRUCTURES

editor.keyword3.style = #FFFFFF,plain
editor.reserved_word.style = #FFFFFF,plain

# TEXT - LITERALS

# constants & datatypes

editor.literal1.style = #FFFFFF,plain
editor.literal_char.style = #FFFFFF,bold
editor.literal_string_double_quote.style = #FFFFFF,bold

# p5 built in variables: e.g. mouseX, width, pixels

editor.literal2.style = #FFFFFF,plain
editor.variable.style = #FFFFFF,plain
editor.reserved_word_2.style = #FFFFFF,plain

# http://www.arduino.cc/

editor.url.style = #FFFFFF,underlined

# e.g. + - = /

editor.operator.style = #FFFFFF,plain

# ?? maybe this is for words followed by a colon

# like in case statements or goto

editor.label.style = #FFFFFF,bold

# TEXT - COMMENTS

editor.comment1.style = #FFFFFF,plain
editor.comment2.style = #FFFFFF,plain

# LINE STATUS - editor line number status bar at the bottom of the screen

linestatus.font    = SansSerif,plain,10
linestatus.height  = 20
ffissore

ffissore commented on Sep 8, 2015

@ffissore
Contributor

Any update on this? Have you found your way through theme.txt options?

ghost

ghost commented on Sep 8, 2015

@ghost

The needed options we was unable to find..

Best regards /
Med venlig hilsen
Kenneth Rasmussen

Den 08/09/2015 kl. 16.47 skrev Federico Fissore notifications@github.com:

Any update on this? Have you found your way through theme.txt options?


Reply to this email directly or view it on GitHub.

ffissore

ffissore commented on Sep 8, 2015

@ffissore
Contributor

Have you modified stuff like editor.literal2.style, editor.comment1.style and so forth, as suggested in #3633 (comment) ?

ghost

ghost commented on Sep 8, 2015

@ghost

all lines that is in theme.php we have tried to modify..
Do you have succes making Arduino all black and all text white?

2015-09-08 17:23 GMT+02:00 Federico Fissore notifications@github.com:

Have you modified stuff like editor.literal2.style, editor.comment1.style
and so forth, as suggested in #3633 (comment)
#3633 (comment) ?


Reply to this email directly or view it on GitHub
#3633 (comment).

Best regards /
Med venlig hilsen
Kenneth Rasmussen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ffissore@sandeepmistry@per1234

        Issue actions

          some font cant be changed · Issue #3633 · arduino/Arduino