summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"