Does Eclipse Che have an option to set user defined themes for the workspace and dashboard - themes

Is there an settings option in Eclipse Che to set the required theme for eclipse che?
Currently I see an option to set different themes for a workspace.
What I am looking for is any settings to set a default theme [other than the dark theia theme] for any workspace created by any users.

Currently, dashboard has only one theme available.
As far as I know, there is no option for the admin to configure the default Theia theme for each user without modifying Theia editor image.
But each user should be able to configure the default Theia theme at their global scope (for all their workspaces).

Related

How to customize interface of Rocket Chat

I need to make some changes to the front-end of RocketChat. I've done a manual install on Ubuntu 16.04 and am new to the JS ecosystem. Simply editing files (such as programs/server/packages/rocketchat_lib.js) and redoing npm install doesn't seem to work.
How can this be done?
If you need some heavier changes like changing JS, menus and doing full customization you will have to build your own custom rocket.chat. It uses Meteor framework. You can find some guides here and talk to people on the rocket.chat demo server channel learn
To change your logo, background, and other settings related to UI, we need to log in as administrator and go to Administration area then Settings and Assets section and upload the relevant images there. And we can also make other UI related settings from the layout section, which can include content, colors, fonts, and more.
To customize the Rocket.Chat UI you can either modify the rocketchat-theme or rocketchat-ui packages directly, but if you’re keeping in sync with active development it would be easier to avoid conflicts by creating your own theme package.
You can add theme customisations to Rocket.Chat by just creating a Meteor package with your code, then adding it to the packages file.
Well Rocket Chat allows us to change the logo. It also allows us to add custom CSS rules and change basic colors.
To change the colors and CSS go to administration and then under settings go to layout.
To change the logo go to administration and then under settings go to assets
Most* use of color in Rocket.Chat can be customised by changing color settings under Administration > Layout > Colors
Also you can use own CSS styles and so on in under Administration > Layout
Editing Rocket.chat files directly is bad way how to do it.
Some reference a HOW-TO are here https://rocket.chat/docs/developer-guides/ui-and-theming

JCE Editor not working on Joomla

I installed Joomla 3.6.2 and I just add the text editor JCE editor and its enabled but when I went to article the editor is not active. I tried a different way to fix but no luck. Is there anyone had the same issue and can help me?
Go to Global Configuration from System menu. Then change the value of Default Editor option to JCE.
Alternate Way
Go to User Manager and open your account. In Basic Settings tab change the value of Editor to JCE
After making the change in the user profile, I put it back to default. I then went to Joomla Control Panel, CONFIGURATION, Global and changed to "Editor - None", Save. Then went back changed it back to "Editor - JCE", Save & Close. Now the JCE Editor works with all Users.
I then went to my live site (above done on my test site first) and only made the change/save/change in the Global configuration. Issue fixed.
I guess setting it to none, then back again to the JCE Editor fixed the issue.

How to activate the custom theme in magento 2.1?

I have recently installed magento Community edition of 2.1 version just want to integrate the custom theme.I made vendor and theme as like magento 2.0 . And also check the theme is showing in magento admin panel in content setting but when i going to activate it in path
store -> configuration -> design there is no options for "Design Theme" where i can activate it. Help would be greatly appreciated.
You can activate the theme in Content > Design > Configuration in the admin.
The files that your theme must contain are:
registration.php
theme.xml
dev/tools/grunt/configs/themes.js

Magento new theme with default data

I have installed Magento CE 1.9.1.0 with sample data. I have copied the default theme of interface rwd and rename it as test theme. Update the package and theme from the admin panel and Save the same. But when refresh the front panel from browser no data will be displayed including images etc. Please help me to know what are the tricks behind the same.
Why data is lost while new theme has been activated?
How to see the sample data?
What are the files am I need to configure more?
you want to Customize RWD theme.in your rwd package you can make a new theme like
design/frontend/rwd/yourtheme and start copying the files which you want to customize in yourtheme.
copy files from design/frontend/rwd/default to design/frontend/rwd/yourtheme and start customization.
and also check this link too
If my understanding is right, you already create your own theme package and set it in the System > Configuration > Design (and correctly followed the magento fallback system) Link
Next, if your working on locally, make sure to set the cache as disabled. Navigate to System > Cache management and select all, refresh and then disabled it.

Orchard Multi-tenant theme not enabled

When trying to change to a theme installed by the parent of the tenant website in Orchard, it is not possible to change or preview the theme.
In the parent website, the theme shows as enabled (it can only be disabled), it previews correctly and can be switched to etc but in the tenant website, it is not possible to do either of these and it appears to be disabled (the "enable" link is shown).
So in the tenant website when you click preview on an installed theme in the themes admin section, you just get a 404 - request not found for /Admin/Themes/Preview/
Machine specifics:
Orchard v.1.1.30.0 (zip file installation pointed to in IIS) on IIS7.5, windows7, using hosts file entries to fake the domain names.
Any ideas?
Please file a bug: http://orchard.codeplex.com/WorkItem/Create

Resources