mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00

* Add Belize theme * Implement polyfill for CSS variables * Fix CSS variables with spaces in values * Always load default theme and add others on top * Adjust theme CSS for use with variables * Support variables referencing variables in CSS * Adjust themes * Add font size to theme * Skip asset registration for unused themes * Unify theme greyscale * Refactor CSS preprocessor * Refactor CSS preprocessor, add basic tests * Fix linter issues * Always load theme asset Otherwise switching does not work
30 lines
853 B
XML
30 lines
853 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_W3MI" serializer_version="v2.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<NAME>ZABAPGIT_CSS_THEME_BELIZE_BLUE</NAME>
|
|
<TEXT>abapGit belize blue theme</TEXT>
|
|
<PARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_THEME_BELIZE_BLUE</OBJID>
|
|
<NAME>fileextension</NAME>
|
|
<VALUE>.CSS</VALUE>
|
|
</WWWPARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_THEME_BELIZE_BLUE</OBJID>
|
|
<NAME>filename</NAME>
|
|
<VALUE>~wwwtmp.CSS</VALUE>
|
|
</WWWPARAMS>
|
|
<WWWPARAMS>
|
|
<RELID>MI</RELID>
|
|
<OBJID>ZABAPGIT_CSS_THEME_BELIZE_BLUE</OBJID>
|
|
<NAME>mimetype</NAME>
|
|
<VALUE>text/css</VALUE>
|
|
</WWWPARAMS>
|
|
</PARAMS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|