added cyan black color to lines
This commit is contained in:
@@ -48,7 +48,7 @@ def get_x_pos_center(text: str):
|
|||||||
def draw_menu(stdscr, projects: list, idx: int):
|
def draw_menu(stdscr, projects: list, idx: int):
|
||||||
menu_width = 20
|
menu_width = 20
|
||||||
# draw line
|
# 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
|
# draw project title
|
||||||
title = "PROJECTS"
|
title = "PROJECTS"
|
||||||
|
|||||||
Reference in New Issue
Block a user