dwm/tokyonight.h

10 lines
254 B
C
Raw Normal View History

2023-12-02 14:20:15 +03:00
/*
The MIT License (MIT)
Copyright (c) 2018-present Enkia
*/
static const char col_bg[] = "#1A1B26";
static const char col_fg[] = "#A9B1D6";
static const char col_actwin[] = "#9AA5CE";
static const char col_actbg[] = "#414868";