summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-08 15:59:24 -0300
committerAndrés <andmarti@gmail.com>2021-05-08 15:59:24 -0300
commitd1686a580a31bebb0daa3ed23585623af6b26a1b (patch)
tree4482d3d04c8e2bcbafb4f445f9f2e468c904b6ee
parent18b15b3c86f51aaa40dfc020b25c86757b2cf85f (diff)
Update prince.persia theme
-rw-r--r--CHANGES1
-rw-r--r--themes/prince.persia2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 379dfd8..3d1126d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -67,6 +67,7 @@ EXPR and NUMBER colors were overloaded by STRING color #546
+ modified savefile() of file.c to check current file format before saving a file.
Keep consistent with other format such as csv and save the file with the same format as current file.
+renamed GRID_PAIR to GRID_EVEN in color.c
diff --git a/themes/prince.persia b/themes/prince.persia
index 7f55e4e..f7c3d2b 100644
--- a/themes/prince.persia
+++ b/themes/prince.persia
@@ -2,7 +2,7 @@
color "type=DEFAULT fg=WHITE bg=DEFAULT_COLOR"
color "type=HEADINGS fg=BLACK bg=YELLOW bold=0"
color "type=HEADINGS_ODD fg=BLACK bg=YELLOW bold=0"
-color "type=GRID_PAIR fg=WHITE bg=DEFAULT_COLOR"
+color "type=GRID_EVEN fg=WHITE bg=DEFAULT_COLOR"
color "type=GRID_ODD fg=WHITE bg=DEFAULT_COLOR"
color "type=WELCOME fg=YELLOW bg=DEFAULT_COLOR bold=0"
color "type=CELL_SELECTION bg=BLACK fg=YELLOW bold=0"