dwm/frappe.h

10 lines
239 B
C
Raw Normal View History

2024-10-31 16:38:03 +03:00
/*
* MIT License
* Copyright (c) 2021 Catppuccin
*/
static const char col_bg[] = "#414559";
static const char col_fg[] = "#c6d0f5";
static const char col_actwin[] = "#ca9ee6";
static const char col_actbg[] = "#626880";