レポジトリ種類: Mercurial

#include <FL/Fl.H>

#include "theme.hh"

namespace fe {
  void Theme::SetDarkTheme() {
    Fl::background(35, 32, 35);
    Fl::background2(68, 59, 68);
    Fl::foreground(252, 252, 252);
  }
}