Luna Kurame (暗胡月)

Results 19 comments of Luna Kurame (暗胡月)

I really like that proposal, I use the unintended comma for now, but having YAML-like arrays would be nice. But don't forget CoffeeScript allows tab characters, while YAML doesn't (in...

>More keystrokes. YAML (9 x `-`) vs CS (6 = 3 x `[` + 3 x `]`) in given example. But YAML also doesn't have useless lines which contain only...

That `_.values` is an interesting idea, but it has some flaws: - if you add multiple elements with the same key, only the last one will be in the final...

Looks a bit like what we already have if you hide the tab bar. That's my Firefox with this theme from latest master and no tab bar: ![2021-02-20 11:28:33](https://user-images.githubusercontent.com/9076473/108593984-048f5b00-736f-11eb-9be2-678f89524383.png)

Half a year later, I switched to an easier distro (Gentoo), so I can finally compile xmonad. I still have no idea if there is a way to do it...

Looks like our CSS is fighting with Firefox' JS. The theme overrides max-width while JS is trying to set max-width too. I fixed it by letting JS do its thing,...

That's really nice, I made this theme just to see if I could write kinda Adwaita-like styles for the new Firefox, since it broke most of my old add-ons. It's...

The instructions are correct (maybe I should rewrite step 6 tho if it's confusing). You shouldn't need to enable the light theme in Firefox (I'm assuming you mean the themes...

Oh, another thing. I see you posted this: ```css @import "ui/gnome-3.26-light.css"; /**/ ... @import "ui/experimental-ff-60-csd.css"; /**/ ``` I don't know what's in the `...` part, but if there are any...

This FF theme actually loads some system icons and Firefox might use some too, so if Adapta overrides them with different ones, it might mess up the colors I guess....