I want to install icons for sublime 3 with this repo. At step 4 it says:
If your theme is Soda Dark 3, then create a new file called "Soda Dark
3" in the newly downloaded directory.
What file am I making? What is the file type? Is it .sublime-package? My theme is TwoDark but where do I get the name I need for the file?
In the example the filename should be "Soda Dark 3.sublime-theme", works for me.
Related
I am new to Install Shield. Trying to modify the new installer background and the color of the installer panel. How to customize the skin, background color or add background image for the new installer generated using Installshield 2010.
I tried to modify the skin preview .bmp image of the IS but didn't work
You will need to create your own images in IS's Support\Themes. Banner.jpg [499x58], Banner_mirror.jpg [499x58], preview.jpg [504x386], setup.gif [166x315], Welcome.jpg [499x312] and Welcome_mirror.jpg [499x312]. Mirror images are optional in case of right to left language. Reference Class Theme folder for sample preview.jpg.
Copy Classic.theme from InstallShield's Support\Themes folder and paste it as CustomTheme.theme. Open file in Notepad and change theme name to your custom name and update the path for your images. Then, open InstallShield. New theme should display under User Interface > Dialogs > Themes. Right-click to select.
I'm using Inkscape (0.92, installed via pacman) on Linux (Manjaro Gnome) with a dark theme.
It is very hard to see the icons in Inkscape (gray on gray) and therefore I'd like to change the icon theme. I think I should be able to do that by replacing the icons.svg, but unfortunately I don't see any change if I replace the file in /usr/share/inkscape/icons/.
In Inkscape under Preferences -> System there is a setting "Icon theme". But it is just a text box with locations, that cannot be changed.
The text box content looks like this:
/home/username/.icons
/home/username/.local/share/icons
/home/username/.local/share/flatpak/exports/share/icons
/var/lib/flatpak/exports/share/icons
/usr/local/share/icons
/usr/share/icons
/home/username/.local/share/flatpak/exports/share/pixmaps
/var/lib/flatpak/exports/share/pixmaps
/usr/local/share/pixmaps
/usr/share/pixmaps
/home/username/.local/share/inkscape/icons
/home/username/.local/share/flatpak/exports/share/inkscape/icons
/var/lib/flatpak/exports/share/inkscape/icons
/usr/local/share/inkscape/icons
/usr/share/inkscape/icons
/home/username/.config/inkscape/icons
/usr/share/inkscape/icons
/usr/share/icons
I checked all the locations for icon files and tried to add the icons.svg file to some of the locations, with no change after restarting Inkscape.
Is there another way to change the icons? Or how can I find out where my Inkscape installation is getting the icons form?
The issue seems to be similar to this post regarding Ubuntu.
With Inkscape 1.0 (May 1, 2020) you can go to Edit > Preferences, and then to Interface > Theme to change the icons:
Thanks #Moini!
It seems that the Gnome Icon theme overwrites the icons theme in the Inkscape .config/inkscape/icons folder.
By using the Gnome tweak tools, you can change the icon theme and some of the themes affect also the icons in Inkscape.
In my case the Gnome icons that affect Inkscape are in /usr/share/icons/<theme-name>/22x22/actions. Unlike the default icons each icon has it's own svg file, and they are not all bundled in a icons.svg file.
if you install it by flatpak you can fix it just by putting icons.svg in
/home/username/.var/app/org.inkscape.Inkscape/config/inkscape/icons
and then go to gnome-tweaks and change icons to default icons then open inkscape and close it then go to gnome-tweaks and change your icons back then congratulations !
The latest version of Inkscape (v1.1) ships with a dark theme. This theme can setup at startup or from Themeing option in Interface (screenshot below)
Change Theme of Inkscape
For Linux distros, install using their app image or Snap. From the normal Ubuntu repositories (20.04 LTS), I could install only a version <1.0. Versions <1.0 do not contain the Theme tab in the Interface option in Preferences.
I want to change the font of the search bar and also the results there, because I can't see it clearly
I saw your question still hanging so I installed Sublime on Debian to try to configure it.
First of all, you can read how to customize Sublime at here. And the part of interface you want to configure is called quick_panel, specifically class quick_panel_label.
At the end of theme configuration page, there is an example of customization file.
I don't know what theme are you using, but if you are using Default theme, you should create new file called Default.sublime-theme and place it in Packages/User/. You can quickly find that path by menu of sublime, Preferences -> Browse packages... .
Content of Default.sublime-theme should be:
[
{
"class": "quick_panel_label",
"font.size": 25
}
]
where font.size represent font size of menu you are trying to customize.
P.S.
If you don't know the name of the file your theme is using, from menu choose Preferences -> Theme... and all themes should be listed with their .sublime-theme file.
For example, I customized Arc Dark theme.
I hope this works for you.
I followed the instructions from the answers in this question
Why do Sublime Text 3 Themes not affect the sidebar?
But my sidebar gets blacked out completely. You can't see any folders or text. I've even restarted Sublime and still no luck.
This is my code in my Preferences.sublime-settings - User file
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"theme": "Soda Dark 3.sublime-theme"
}
Any ideas on what is wrong?
I just replicated this on my own machine.
First delete "theme": "Soda Dark 3.sublime-theme" from your user preferences first. Then follow the instructions by #MattDMo How to edit Sublime Text 3 Soda Theme. Essentially you'll want to pull the theme onto your machine before invoking the theme in your preferences through the addition of "theme": "Soda Dark 3.sublime-theme" back to your preferences. I didn't need to restart my editor for this. I'm using Sublime3 on my Windows 10 machine.
How would you do to combine the dark theme for the code editor with the blue theme for the rest of the Visual Studio UI, is there a way to pick independent configurations for each one?
Blue default theme with dark editor
Using Visual Studio 2012, update 2 introduced the old Blue theme from VS2010 also available in VS2013 Preview
You can use Color Theme Editor to do this. Take one of the two themes as base for your edits and change it in the way you need to get a new theme. I do it for my self with other themes - no problems at all.
Yes, using the Color Theme Editor is the right answer. And you don't need to edit the color one by one. You can create a copy of the black theme, type "text editor" in the upper right search field, and then select all the filtered items in the main window, copy them, and paste to a copy of the blue theme with "text editor" filter in place. I did this in 1 minute!
This Channel 9 video explains how to do this, you can just watch the first 7 minutes.