dwm/theme.h

10 lines
239 B
C
Raw Normal View History

2024-03-27 14:12:28 +03:00
/*
* MIT License
* Copyright (c) 2021 Catppuccin
*/
static const char col_bg[] = "#212733";
static const char col_fg[] = "#C1BDCE";
static const char col_actwin[] = "#A46DAC";
static const char col_actbg[] = "#313C55";