Coder Social home page Coder Social logo

arc-theme's People

Contributors

actionless avatar alvoynes avatar chewi avatar devarped avatar dikiaap avatar drakkar1969 avatar fossfreedom avatar francescocuiusiuculano avatar horst3180 avatar i2000s avatar itzblitz98 avatar jnsh avatar kirpal avatar lasermoai avatar leoheck avatar mmhobi7 avatar nicohood avatar noxphasma avatar omnikron13 avatar pizzadude avatar rscholer avatar scoreunder avatar sibrenvasse avatar smurphos avatar stylemistake avatar suicsoft avatar taaem avatar tista500 avatar zach-adams avatar zlamalp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arc-theme's Issues

leftside buttons

Hello, thank you for reviving Arc :)

Would it be possible to add a "leftside" variant for people having window buttons at left? With the arrows pointing to the left of course. Or even better IMO, replace the arrows by a '+', which is better for maximize, arrows like that often mean "fullscreen".

Set up a PPA for this fork

As Horst3180's PPA is no longer working, I would appreciate it if someone can set up a PPA for this fork. I have tried to debianize it up but couldn't pass through the debuild -S step to generate the source ball before uploading to Launchpad. Any pointers will also be helpful if no one wants to maintain the PPA.

Icons not looking like preview

Looks like my icons are not working properly. Looking at the preview, my icons on the sidebar are not in black and white and my application launcher hasn't changed. Here is a screen shot:

screenshot from 2018-01-14 17-09-50

As you can see, the icons on the left still have color. Also, my menu on the top bar doesn't have the three dots either.

How do I fix this? I thought I did everything right to make this look correct.

Details

  • Distribution (with version): Manjaro 17.1.1 Hakoila
    • Base distribution (if have, with version): Arch
  • Desktop environment (with version): Gnome
  • Arc version/commit (don't put "latest"): arc-gtk-theme 20170302-4
  • GTK+ 3 version: gtk3 3.22.26+47+g3a1a7135a2-3
    • Murrine engine version: gtk-engine-murrine 0.98.2-2.2
    • gnome-themes-standard version: gnome-themes-standard 3.22.3+13+ga993fdc0-1
  • Installation method (package or source): yaourt and pacman

Chromium titlebar button.

After last update, Chromium, big titlebar button. In settings "use system titlebar and border" - disabled.

Gnome 3.26.2 (Manjaro)
In others themes (like a Adwaita, Numix) I don't see this.

Again: Please close this issue and test the newer fork. I think we fixed such an issue already. If it still exists please open a new one there.
https://github.com/NicoHood/arc-theme

Same too problem.
image

Firefox Inputs are overly dark

I believe this is a duplicate from the o.g. repo on github: horst3180/arc-theme#833

Here's the details about system etc:
Ubuntu 17.10
gnome-shell 3.26.1
arc-theme/artful,artful,now 20171105-0+201801142001~ubuntu17.10.1 all [installed]
gtk 3.22.25-0ubun
gnome-themes-standard 3.22.3-ubuntu1
installation method, package: ppa:fossfreedom/arc-gtk-theme-daily

Using arc dark I get inputs that look like:
screenshot-2018-1-15 input
and scrollbars that look like:
screenshot-2018-1-15 nicohood arc-theme

The scrollbars aren't an issue really, but the inputs seem off (i.e. hard to use)

menuitem color mate global menu washed out

This was originally posted on the repo of horst3180. It still exist for the latest version from this repo.

Ubuntu Mate: 17.10
mate global menu

Installed arc theme from your repo, installed version: arc-theme (20171105-0+201712202146~ubuntu17.10.1)

The color of the menuitem in the menu dropdown is washed out. The arrow next to the label has the correct color, but the label itself does not.

Please make the label itself the same dark color. Or let me know what to change in the gtk.css file.
32144650-547ffeca-bcbc-11e7-9498-a603cadd28e9

ArchLinux Readme updates

compact version ?

thanks for keeping this alive.
any chance of a compact version, like adapta-eta?

Bar below search box of Alt+F2

Sorry to put this here, but I do not know if it's the Arc theme, or this is related to Cinnamon. What is that bar that can be seen below the search box that appears with Alt + F2? (I marked it with red color). Is it something that works poorly or simply decoration?

runner

Arch Linux x64 (4.16.6-1-ARCH)
Cinnamon 3.8.1
arc-gtk-theme-20180114-1
gtk3-3.22.30-1
gtk-engine-murrine-0.98.2-3
gnome-themes-extra-3.28-1 (is taken by pacman as gnome-themes-standard)
Installation method: package via pacman

If my message has to be deleted, I understand. Thanks and I'm sorry again.

Fix XFCE4 Panel applet color

See 4bd12f2#commitcomment-26721524

I have no idea where in the gtk2 theme i can change the color. In gtk3 it is:

.xfce4-panel.panel {
   background-color: $panel_bg;
   color: white;

As color I suggest to add a color variable which is equal to the text colors:

$light_color: #D3DAE3;
$dark_color: #3b3e45;

Header bars with separators in them show as light lines for dark variants

I've noticed this while using Fractal (a Matrix IM client). Its main window header bar has a GtkStack with two GtkHeaderBar elements and a GtkSeparator in between. The separator shows as a white/light line, which looks jarring in the dark theme variants.

Using the following CSS snippet from the GTK+ inspector seems to do the trick to fix this issue for Fractal:

window.csd stack separator.vertical {
	background-color: #282828;
}

(Probably using window.csd separator in the CSS selector is enough and more general, dunno!)

You can see the white line in the following GIF, and how the CSS snippet being applied from the inspector changes it to a dark line:

csd-stack-separator

Details

  • Distribution: Arch Linux (no version, rolling release)
  • Desktop environment: GNOME 3.28.1
  • Arc version/commit: 20180114-1
  • GTK+ 3 version: 3.22.30-1
    • Murrine engine version: 0.98.2-3
    • gnome-themes-standard version: none
  • Installation method: package from the “community” repository.

Blurry window controls button on HiDPI

Nautilus capture below, on the left things are correct, but on the right buttons are blurry. This started recently, can’t tell if with 20180114 or something else since.
capture du 2018-02-05 16-37-14

Details

  • Distribution (with version): ArchLinux
  • Desktop environment (with version): KDE Plasma
  • Arc version/commit (don't put "latest"): 20180114
  • GTK+ 3 version: 3.22
    • gnome-themes-standard version: 3.22
  • Installation method (package or source): package

Request: Arc "darkest" version

Hi,
can you add a variant of the arc-darker theme, with the menu background having the dark color (as it happens on the numix theme)? For certain types of icon themes, like the evolvere icon theme this is recommended, if you want to use them without a full dark theme.
Thanks in advance

Relevance of the Browser themes

Firefox and Chrome now support GTK themes way better than before. Also those themes are possibly outdated. Should we remove them from the readme/source?

merge upstream PRs

Record of current PRs. Edit and add comment as to whether candidate for merge, initial who is testing the merge

Firefox 57.0.1 with CSD on makes window buttons double up

Continuing from: #862

Built off of 42d8f23, issue still persists.

Firefox issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1408335

Patch author explains cause in comment 6:

It's caused by Gtk+ themes with a specific button.titlebutton theming.

For instance Arc-Dark defines:

.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
.titlebar button.titlebutton.minimize {
color: transparent;
....
}

.titlebar button.titlebutton.close {
background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/[email protected]")); }

which means default Gtk+ titlebar button is transparent (invisible) and it's completely replaced by background-image.

Default Arc theme does not work well with XFCE4 panel (Arch Linux)

In the XFCE4 panel all the open windows have that white background color what makes it very hard to read the text and also does not look well overall.

bildschirmfoto_2018-02-17_15-05-40

Unfortunately, I do not know how to fix this. Is this a bug in the Arc theme?

I did not do any modifications etc. I've just installed the arc-gtk-theme package.

Details

OS: Arch Linux
DE: XFCE4
WM: Xfwm4
WM Theme: Arc-Dark
GTK Theme: Arc [GTK2]
Icon Theme: Papirus

20180114 - gtk-3.0 files seem missing incomplete - theme not working...

20171105 has all the gtk-3.0 files as the original you forked from. 20180114 is broke and seems to be missing files for gtk-3.0, we need an update...

I'm using the gtk 3.18 folder, but I noticed all the gtk-3.0 folders missing files...

I looked inside 20171105

Arc/gtk-3.0 >ls
assets assets.svg assets.txt gtk-dark.css gtk-darker.css gtk-solid-dark.css gtk-solid-darker.css gtk-solid.css gtk.css render-assets.sh sass

The contents of 20180114
/home/foo/.themes/Arc/gtk-3.0>ls
assets assets.svg assets.txt render-assets.sh sass

If I use a system theme as example, Adwaita, then switch to Arc, I see all of my apps that are compiled against gtk3 still using the Adwaita theme, I'm assuming because you are missing the files that 20171105 has.

Hmm

New Budgie Desktop Arc based theme

budgie desktop needs specific styling otherwise the budgie aspects look broken e.g. black menu when searching, raven not correctly coloured, no transparency

To correct this budgie desktop has an in-built "system theme". However when not using this the above occurs.

I have provisionally added the budgie theme styling to a "budgiecomplete" branch.

To all budgie desktop users this needs testing - more-over, it needs people to help fix stuff to make it work correctly. So please dive in!

checkout the budgie branch, compile using the HACKING.md instructions and install.

ubuntu budgie - new development artful running - oracle vm virtualbox_010

ubuntu budgie - new development artful running - oracle vm virtualbox_009

workspace 1_012

Title-bar text and its frame is not firmly fixed on opened windows in Activities.

Hi there.
I have encountered to a new problem which the frame of title-bar on opened windows is not fit with the text!
Here is screenshot for better understanding:
screenshot from 2018-04-20 14-48-44
See the frame and title bar on an opened Firefox window, at the bottom of the screen! The window title and its frame in not fit! It also occurs on all opened windows in activities window.)

I don't know what caused this problem, maybe arc-theme or my enabled extension!? so any helps on it are welcome.
On the other hand if it comes from arc-theme please fix it, since official arc-theme repository is not active it will be very good if you could provide the fixes during this problem in official repository, so that one day the owner of arc-theme may push the fixes to OS's repo to widely fixes.

Details

  • Distribution (with version): Fedora 27
  • Desktop environment (with version): GNOME 3.26.2
  • Arc version/commit (don't put "latest"):
  • GTK+ 3 version: 3.22.26 (at least as I saw in gtk3-demo 3.22.26
  • Murrine engine version: N/A
  • gnome-themes-standard version: N/A
  • Installation method (package or source): via dnf in official repositories

Regards.

Volume control moving in gnome

This is a tricky one:
I am using gnome on ArchLinux. On the top bar you can control the music volume. You can also scroll over this icon and then the volume changes.

The problem I am experiencing is that this popup moves left and right a few pixels. This is stronger on higher volumes > 75%. This only happens on my laptop screen (1600x900 16:9), not on my main screen (1280 x 1024 5:4).

I am unable to take pictures, but I described it as best as I can. As a side note I also sometimes had problems, that the moving bar has ugly/not-rounded edges at both ends. This was always fixed after a reboot, but not influenced by updates (as I did not do updates).

Global dark theme

The global dark theme option got removed recently:
https://jeremy.bicha.net/2017/08/29/gnome-tweaks-3-25-91/

I personally used arc-darker + global dark theme. This way not everything is totally dark, but most applications are. The post suggest that we provide new themes which support darker variants directly. He also mentions arc, but arc-darker + global dark theme != arc dark.

Beside this there was an issue report (i cannot find it again) which suggested to rename the arc variants to:
arc -> arc-light
arc-darker -> arc
arc-dark (stays the same)

My suggestion is to do the transition above and use the arc-darker variant for a theme that looks like the current setup with arc-darker + global dark theme. @fossfreedom what do you think?

Workspace Switcher unreadable on Budgie

The Workspace Switcher on Budgie has in the Light and Darker variants a white background on a dark panel, which leads to very weird styling in my opinion and makes the text, if there are more than 2 applications on that workspace open, unreadable:

bildschirmaufnahme vom 2018-03-15 13 10 27

Details

  • Distribution (with version): Solus 3.99
  • Desktop environment (with version): latest Budgie
  • Arc version/commit (don't put "latest"): 20180114
  • GTK+ 3 version: 3.22.28
    • Murrine engine version: 0.98.2,
    • gnome-themes-standard version: 3.22.3
  • Installation method (package or source): package

shadow issue

I use GNOME 3.26 on arch and the arc theme . i have an issue with a wierd shadows arround the sound icon, this appears also around notifications
screenshot from 2018-01-23 17-15-11

Request: gnome-terminal with a solid design.

could you change the gnome terminal to always use the theme border color as background + add a minimal padding

VteTerminal, vte-terminal {
        padding: .5em;
        background-color: #2F343F;
}

^ for the dark version, since I enforce dark themes on terminal.

image

compared to default:

image

Many people already use it like this, so I think its a not so bad idea to have it by default.

Shadow bug

Details

kepernyokep errol 2018-04-20 01-49-11
kepernyokep errol 2018-04-20 01-49-20

It happens even with Xorg not only on Wayland
I will try it with a fresh install too (VM)

  • Distribution (with version): Fedora 27
    • Base distribution (if have, with version):
  • Desktop environment (with version): GNOME 3.26.2
  • Arc version/commit (don't put "latest"):
  • GTK+ 3 version: 3.22.26-2.fc27.x86_64
    • Murrine engine version: 0.98.2-13.fc27.x86_64
    • gnome-themes-standard version: 0.98.2-13.fc27.x86_64
  • Installation method (package or source): source
  • Icon theme: Papirus-Dark

Off-center Show All Applications Button on dash-to-dock

The dash-to-dock "Show All Applications" button is off-center when using this theme with the "shrink the dash" option selected. It also does not take up the full panel with or without this option selected, which makes it counter-intuitive to click.

screenshot from 2018-01-10 17-47-50

Truncated remaining battery indication

Details

  • Distribution: Ubuntu 17.10, Kernel 4.13.0-25-generic
  • Desktop environment: Wayland 2:1.19.5-0ubuntu2
  • Arc version/commit: master@f6284cc0caaa5859659baf5db38f56d60cabca28
  • GTK+ 3 version: 3.22.25-0ubuntu0.1
    • Murrine engine version: 0.98.2-0ubuntu5
    • gnome-themes-standard version: 3.22.3-1ubuntu1
  • Installation method: source

Description

Using a fresh installation of Ubuntu, roughly 1 week, I'm getting an issue with the "system menu" (don't know the official name) that you get when clicking the top right icons. As you can see the battery remaining time indication is truncated, making it impossible to know the remaining percentage of the battery :
Truncated remaining battery indication

Just in case, here are my settings regarding appearance, as seen on Tweaks app :
Tweaks appearance settings

Feel free to ask me for any additional information or tell me if I'm missing anything obvious.

[Feature Request] Add variant with no animations/transitions/gradients

First of all thank you very much for picking up this project, I was afraid Arc would die!

Second, I'd like to know if there is interest to implement a "simpler" variant of Arc that does not use any kind of transitions, animations, gradients, fade effects, transparency, translucency, etc. Basically disable anything that "moves".

It would come handy for low-end computers that would have to render less stuff or for people like me that simply dislike such visual effects.

Right now I use a simple script to remove all references I could find to such things in Arc-solid, but it is very crude and quite possibly breaks stuff. Having upstream support for this would be much better.

Toggle button animation

Somehow I'd broke toggle button animation. In blackbird theme (which one had downloaded as dependency) and defaults adwaitas all works fine.
Where should I look for the problem?

Installed on debian buster via apt, arc-theme version - 20180114-1, gnome 3.28.0

Menus not theming properly

When using the Dark variant, menus do not color properly and instead retain the color of the light version.

This occurs in the Chrome menu, the right click context menu, as well as the menu for Nautilus File Explorer just to name 3 examples.

chrome menu theme 2
chrome menu theme 3

Details

  • Distribution (with version): Ubuntu 17.10
  • Desktop environment (with version): Gnome 3.26.2
  • Arc version/commit (don't put "latest"): 81c785a
  • GTK+ 3 version: 3.22.25-0ubuntu0.1
    • Murrine engine version: 0.98.2-0ubuntu5
    • gnome-themes-standard version: 3.22.3-1ubuntu1
  • Installation method (package or source): Source

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.