added cyan black color to lines

This commit is contained in:
Sem van der Hoeven
2020-08-08 22:21:39 +02:00
parent 5c9d9f007c
commit 552227dbd0

View File

@@ -48,7 +48,7 @@ def get_x_pos_center(text: str):
def draw_menu(stdscr, projects: list, idx: int):
menu_width = 20
# draw line
stdscr.vline(0, menu_width, curses.ACS_VLINE, stdscr.getmaxyx()[0] - 1, curses.color_pair(RED_BLACK))
stdscr.vline(0, menu_width, curses.ACS_VLINE, stdscr.getmaxyx()[0] - 1, curses.color_pair(CYAN_BLACK))
# draw project title
title = "PROJECTS"