- Jul 27, 2017
- 39
- 37
hi all
no matter what i do i cant change the color
gui.rpy
## Colors ######################################################################
##
## The colors of text in the interface.
## An accent color used throughout the interface to label and highlight text.
define gui.accent_color = '#ff5a00'
## The color used for a text button when it is neither selected nor hovered.
define gui.idle_color = '#ffa300'
## The small color is used for small text, which needs to be brighter/darker to
## achieve the same effect.
define gui.idle_small_color = '#d4d4d4'
## The color that is used for buttons and bars that are hovered.
define gui.hover_color = '#ff5a00'
## The color used for a text button when it is selected but not focused. A
## button is selected if it is the current screen or preference value.
define gui.selected_color = '#ff5a00'
## The color used for a text button when it cannot be selected.
define gui.insensitive_color = '#404040'
## Colors used for the portions of bars that are not filled in. These are not
## used directly, but are used when re-generating bar image files.
define gui.muted_color = '#e0a366'
define gui.hover_muted_color = '#eac199'
## The colors used for dialogue and menu choice text.
define gui.text_color = '#FFD700' <------------- wont change
define gui.interface_text_color = '#FFD700' <------------- wont change
tried adding my own "font_size_and_color " rpy file, but that didnt help either.
no matter what i do i cant change the color
gui.rpy
## Colors ######################################################################
##
## The colors of text in the interface.
## An accent color used throughout the interface to label and highlight text.
define gui.accent_color = '#ff5a00'
## The color used for a text button when it is neither selected nor hovered.
define gui.idle_color = '#ffa300'
## The small color is used for small text, which needs to be brighter/darker to
## achieve the same effect.
define gui.idle_small_color = '#d4d4d4'
## The color that is used for buttons and bars that are hovered.
define gui.hover_color = '#ff5a00'
## The color used for a text button when it is selected but not focused. A
## button is selected if it is the current screen or preference value.
define gui.selected_color = '#ff5a00'
## The color used for a text button when it cannot be selected.
define gui.insensitive_color = '#404040'
## Colors used for the portions of bars that are not filled in. These are not
## used directly, but are used when re-generating bar image files.
define gui.muted_color = '#e0a366'
define gui.hover_muted_color = '#eac199'
## The colors used for dialogue and menu choice text.
define gui.text_color = '#FFD700' <------------- wont change
define gui.interface_text_color = '#FFD700' <------------- wont change
tried adding my own "font_size_and_color " rpy file, but that didnt help either.