• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config/H04-Jan-2022-9062

svg/H03-May-2022-

symlinks/H04-Jan-2022-65

theme-black/H03-May-2022-86

theme-blue/H03-May-2022-86

theme-bluecurve/H03-May-2022-86

theme-brown/H03-May-2022-86

theme-cherry/H03-May-2022-119

theme-chrome/H03-May-2022-119

theme-desert/H03-May-2022-119

theme-emerald/H03-May-2022-86

theme-green/H03-May-2022-86

theme-grey/H03-May-2022-86

theme-honeycomb/H03-May-2022-119

theme-hot_orange/H03-May-2022-86

theme-lilac/H03-May-2022-119

theme-midnight_meadow/H03-May-2022-86

theme-navy/H03-May-2022-86

theme-norway/H03-May-2022-119

theme-obsidian/H03-May-2022-119

theme-obsidian-hc/H03-May-2022-119

theme-olympus/H03-May-2022-86

theme-olympus-inv/H03-May-2022-86

theme-orchid/H03-May-2022-119

theme-oxygen/H03-May-2022-119

theme-peach/H03-May-2022-119

theme-purple/H03-May-2022-86

theme-red/H03-May-2022-86

theme-red-argentina/H03-May-2022-86

theme-sea_blue/H03-May-2022-86

theme-steel/H03-May-2022-119

theme-terra/H03-May-2022-119

theme-terra_green/H03-May-2022-119

theme-violet/H03-May-2022-86

theme-viorange/H03-May-2022-86

theme-white/H03-May-2022-86

theme-whitewater/H03-May-2022-119

theme-wonton/H03-May-2022-119

theme-yellow/H03-May-2022-86

theme-zion/H03-May-2022-86

READMEH A D04-Jan-2022794 1812

TODOH A D04-Jan-202224 21

config.cmakeH A D04-Jan-2022277 97

cursors.cmakeH A D04-Jan-20226.6 KiB121117

make_config.cmakeH A D04-Jan-20221.4 KiB3432

make_svg.cmakeH A D04-Jan-2022774 2118

setup.cmakeH A D04-Jan-20221.1 KiB3229

theme.cmakeH A D04-Jan-202269 32

wincursor.pyH A D04-Jan-20221.4 KiB5139

README

1How to generate all the pngs and the SVGs and the cursor files:
2
3mkdir build
4cd build
5cmake ../src
6make [-j <n>] [theme-<color>|package-<color>]
7
8Where <n> is the number of jobs to run in parallel (man make), and <color> is the color you want generated if you want just one of them.
9
10The build system is still young, with rough edges (e.g. doesn't check if inkscape is found). Hopefully it will work,
11but there may still be problems.
12
13All of what you see here is to be considered a work in progress, and therefore must be considered as unreleased.
14
15Information on the graphics: Riccardo "ruphy" Iaconelli <riccardo@kde.org>
16Information on the build system: Matthew Woehlke <mw_triad@users.sourceforge.net> and Diego 'Flameeyes' Pettenò.
17Preferred place to get help: #oxygen on irc.libera.chat
18