Skip to content

Commit

Permalink
Commit first version
Browse files Browse the repository at this point in the history
  • Loading branch information
steffunky committed Jul 29, 2024
0 parents commit ac46ef8
Show file tree
Hide file tree
Showing 41 changed files with 11,307 additions and 0 deletions.
Binary file added .doc/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .doc/details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .doc/iTop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin latte theme for iTop
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>


<p align="center">
<a href="https://github.com/steffunky/itop-backoffice-celestial-latte-theme/stargazers"><img src="https://img.shields.io/github/stars/steffunky/itop-backoffice-celestial-latte-theme?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/steffunky/itop-backoffice-celestial-latte-theme/issues"><img src="https://img.shields.io/github/issues/steffunky/itop-backoffice-celestial-latte-theme?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/steffunky/itop-backoffice-celestial-latte-theme/contributors"><img src="https://img.shields.io/github/contributors/steffunky/itop-backoffice-celestial-latte-theme?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>



## Previews

<p align="center">
<img src=".doc/dashboard.png"/>
</p>
<p align="center">
<img src=".doc/details.png"/>
</p>

## Usage

1. If using releases, extract `dist/*` into your extension folder, otherwise extract `steffunky-backoffice-celestial-latter-theme` and <a href="https://github.com/steffunky/itop-backoffice-light-theme-base">itop-backoffice-light-theme-base</a>
2. Run a setup
3. Select `Celestial Latte` in your preferences

## Contributing

Modify any scss file using iTop variables, then run a setup or a toolkit
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.1">
<branding>
<themes>
<theme id="celestial-latte" _delta="define">
<variables>
</variables>
<imports>
<import id="catppuccin-scss-variables" xsi:type="variables">steffunky-backoffice-celestial-latte-theme/node_modules/@catppuccin/palette/scss/_latte.scss</import>
<import id="light-theme-base" xsi:type="variables">steffunky-backoffice-light-theme-base/scss/base.scss</import>
<import id="scss-variables" xsi:type="variables">steffunky-backoffice-celestial-latte-theme/scss/scss-variables.scss</import>
</imports>
<stylesheets>
<stylesheet id="fullmoon">../css/backoffice/main.scss</stylesheet>
<stylesheet id="style">steffunky-backoffice-celestial-latte-theme/scss/style.scss</stylesheet>
<stylesheet id="ace_editor">steffunky-backoffice-celestial-latte-theme/scss/ace_editor.scss</stylesheet>
</stylesheets>
<precompiled_stylesheet>combodo-backoffice-fullmoon-protanopia-deuteranopia-theme/precompiled-themes/main.css</precompiled_stylesheet>
</theme>
</themes>
</branding>
</itop_design>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/

Dict::Add('EN US', 'English', 'English', array(
'theme:celestial-latte' => 'Celestial Latte',
));
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('FR FR', 'French', 'Français', array(
'theme:celestial-latte' => 'Celestial Latte',
));
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
//
// iTop module definition file
//

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'steffunky-backoffice-celestial-latte-theme/0.1.0',
array(
// Identification
//
'label' => 'Celestial latte theme',
'category' => 'business',

// Setup
//
'dependencies' => array(

),
'mandatory' => true,
'visible' => false,

// Components
//
'datamodel' => array(
),
'webservice' => array(

),
'data.struct' => array(
// add your 'structure' definition XML files here,
),
'data.sample' => array(
// add your sample data XML files here,
),

// Documentation
//
'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any
'doc.more_information' => '', // hyperlink to more information, if any

// Default settings
//
'settings' => array(
// Module specific settings go here, if any
),
)
);


?>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac46ef8

Please sign in to comment.