HomeSort by: relevance | last modified time | path
    Searched refs:colour_totheme (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tmux/dist/
colour.c 187 colour_totheme(int c) function
206 return (colour_totheme(colour_256toRGB(c)));
217 return (colour_totheme(colour_256toRGB(c)));
219 return (colour_totheme(colour_256toRGB(8 + c - 90)));
window.c 1904 theme = colour_totheme(window_pane_get_bg(wp));
tmux.h 3010 enum client_theme colour_totheme(int);

Completed in 59 milliseconds