josh-austin / london-theme-custom

Source code to quickly customize colors for the London Theme in Outsystems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

london-theme-custom

Source code to quickly customize colors for the London Theme in Outsystems

alt text

Compilation

To compile to CSS, run the command lessc london.less > london.css
For details, refer to this page.

Create a new theme

Simply change the color variables in variables.less, compile, and copy/paste the contents of your generated london.css into your project theme.

Variables

@color-1-bg - the background color for the page header, primary buttons, links, and active menu items
@color-1-fg - the foreground color for the page header, primary buttons, links, and active menu items
@color-2-bg - the background color for the menu bar and non-primary buttons
@color-2-fg - the foreground color for the menu bar and non-primary buttons

About

Source code to quickly customize colors for the London Theme in Outsystems

License:The Unlicense


Languages

Language:CSS 100.0%