Ticket #1525 (closed enhancement: duplicate)

Opened 16 years ago

Last modified 8 months ago

Human-readable colors definition format in ini file

Reported by: sergey-feo Owned by:
Priority: minor Milestone:
Component: mc-core Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Currently all colors must be defined in a single line like this:

base_color=green,magenta:normal=lightgray,gray:selected=black,lightgray:marked=yellow,gray...

It is far longer that 80 symbols.
All that > 80 symbols is not very good stile :-)

Too long line is very unhandy for viewing and editing.

I suggest to change colors definition format and define colors in several short lines.

I think this is much more readable than long single line:

base_color=green,magenta
normal=lightgray,gray
selected=black,lightgray
marked=yellow,gray
...

By the way, RGB colors definition can be added. For example:

base_color=127:127:0,magenta

, where 127:127:0 means red=127/255, green=127/255, blue=0/255.

Change History

comment:1 Changed 16 years ago by slavazanko

  • Status changed from new to closed
  • Version 4.7.0-pre1 deleted
  • Resolution set to duplicate
  • Milestone future releases deleted

comment:2 Changed 8 months ago by zaytsev

  • Branch state set to no branch

Closed as duplicate of #380.

Note: See TracTickets for help on using tickets.