/***************************************************************************/ // "Меркурий"-"Правда" - open source переводчик // распространяется в соответсвии с лицензией GNU v 2.0 // // определение цветов // Анисимов Д.В. сегодня /***************************************************************************/ #ifndef COLOR_H #define COLOR_H # define fon_Color 0x0f # define text_Color 0x07 # define buf_Color 0x70 # define red_rame_Color 0x07 # define red_Rame_Color 0x0f # define h_menu_Color 0x70 # define h_curs_Color 0x1f # define v_menu_Color 0x70 # define v_curs_Color 0x1f # define help_Color 0x07 # define name_Color 0x0b # define dir_rame_Color 0x07 # define dir_file_Color 0x07 # define cur_dir_Color 0x70 # define path_Color 0x07 # define titl_Color 0x0f # define titlchen_Color 0x0f # define schabl_Color 0x07 # define taste_Color 0x09 # define figna_Color 0x64 # define help_Color 0x07 # define bold_Color 0x0e # define link_Color 0x0a #endif