From 4081bcc21b7cfe02671c117e10d379360da5fbc4 Mon Sep 17 00:00:00 2001 From: lkxed Date: Sun, 14 Aug 2022 09:36:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E6=89=8B=E5=8A=A8=E9=80=89=E9=A2=98][tech?= =?UTF-8?q?]:=2020220814=20How=20to=20Apply=20Accent=20Colour=20in=20Ubunt?= =?UTF-8?q?u=20Desktop.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...o Apply Accent Colour in Ubuntu Desktop.md | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 sources/tech/20220814 How to Apply Accent Colour in Ubuntu Desktop.md diff --git a/sources/tech/20220814 How to Apply Accent Colour in Ubuntu Desktop.md b/sources/tech/20220814 How to Apply Accent Colour in Ubuntu Desktop.md new file mode 100644 index 0000000000..9125a1e856 --- /dev/null +++ b/sources/tech/20220814 How to Apply Accent Colour in Ubuntu Desktop.md @@ -0,0 +1,79 @@ +[#]: subject: "How to Apply Accent Colour in Ubuntu Desktop" +[#]: via: "https://www.debugpoint.com/ubuntu-accent-colour/" +[#]: author: "Arindam https://www.debugpoint.com/author/admin1/" +[#]: collector: "lkxed" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +How to Apply Accent Colour in Ubuntu Desktop +====== +It’s easy to apply accent colour on Ubuntu desktop, thanks to recent developments. Here’s how. + +Every Linux distribution has its default theme, bringing a dominant colour. The Accent colours are used to highlight the dominant colour in any setup. Generally, the primary and Accent colours should contrast or complement each other. + +With the recent revamp of the GNOME desktop, the Ubuntu desktop introduced Accent colour in the Ubuntu 22.04 LTS release. + +Since it’s pretty obvious how to apply it, but for the sake of new buds in Linux, I will explain how to use Accent colour on an Ubuntu desktop. + +### Apply Accent Colour on Ubuntu desktop + +1. Open system settings from the application menu. +2. Go to the Appearance tab. +3. Under Style, you should see a set of pre-defined colours. +4. Select one of them to change the Accent colour. + +Once changed, the accent colour will be applied to the GTK app selections, GTK controls such as toggle buttons and the default look of the folders. + +The default accent colour is Orange, with ten colours available per the following. As of Ubuntu 22.04 LTS, you can not choose the custom accent colour of your choice. + +* Orange +* Bark +* Sage +* Olive +* Viridian +* Prussian Green +* Blue +* Purple +* Magenta +* Red + +![Accent Colour in Ubuntu][1] + +You should remember that the Light and Dark theme with accent colour combination may change your desktop’s overall appearance. + +The above feature is only present in Ubuntu with GNOME and not in vanilla GNOME offerings in other distros such as Fedora Workstation because this is something developed by the Ubuntu team and not merged back to GNOEM upstream. + +### Accent Colour in Kubuntu + +Using Kubuntu with KDE Plasma desktop, you can also easily use an accent colour. KDE Plasma provides preset colours with custom colour chooser options as well. Also, from KDE Plasma 5.25 onwards, the accent colour can change based on the wallpaper. + +To change it in Kubuntu, follow the below steps. + +* Open settings from the application menu. +* Go to appearance> Global Theme > Colours Tab. +* And choose your accent colour. + +![KDE Plasma 5.25 - Accent Colour Change Based on wallpaper][2] + +I know that Lubuntu and Xubuntu do not have this feature yet. And it’s unlikely to arrive any time soon. + +Cheers. + +-------------------------------------------------------------------------------- + +via: https://www.debugpoint.com/ubuntu-accent-colour/ + +作者:[Arindam][a] +选题:[lkxed][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://www.debugpoint.com/author/admin1/ +[b]: https://github.com/lkxed +[1]: https://www.debugpoint.com/wp-content/uploads/2022/08/Accent-Colour-in-Ubuntu.jpg +[2]: https://www.debugpoint.com/wp-content/uploads/2022/05/KDE-Plasma-5.25-Accent-Colour-Change-Based-on-wallpaper-1024x611.jpg +[3]: https://t.me/debugpoint From 57b1fac6cdc57352fb6fea20400bb120ac448e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=BC=80=E7=AE=B1?= Date: Sun, 14 Aug 2022 10:41:46 +0800 Subject: [PATCH 2/2] Delete Test.md --- sources/tech/Test.md | 76 -------------------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 sources/tech/Test.md diff --git a/sources/tech/Test.md b/sources/tech/Test.md deleted file mode 100644 index 170f99a23e..0000000000 --- a/sources/tech/Test.md +++ /dev/null @@ -1,76 +0,0 @@ -[#]: subject: "Linux Kernel 6.0 is Likely the Next Version Upgrade With Initial Rust Code" -[#]: via: "https://news.itsfoss.com/linux-kernel-6-0-reveal" -[#]: author: "Anuj Sharma https://news.itsfoss.com/author/anuj/" -[#]: collector: "lkxed" -[#]: translator: " " -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -Linux Kernel 6.0 is Likely the Next Version Upgrade With Initial Rust Code -====== - -You might be aware of the fact that Linus Torvalds used an Apple MacBook hardware to release [Linux Kernel 5.19][1]. - -But, the news wasn’t limited to one interesting observation. - -Linus Torvalds also mentioned at the end of the [release announcement][2] that he might call the next version upgrade of Linux Kernel as 6.0. - -#### Linux Version Numbers Decoded: Why 6.0? - -So, why the change in version numbers for an upgrade? - -To understand the versioning scheme, let us take an example of **Linux Kernel 5.18.5** (that’s what I’m running on my system). - -If you want to check the Linux Kernel version on your system, simply head to the terminal and type in: - -``` -uname -r -``` - -- The first number ‘5’ represents the major version -- The second number, ’18’ represents the series of minor updates. -- The third number, ’15,’ represents the patch version - -The Linux Kernel usually follows the [Semantic Versioning][3] (A versioning system used in open source software). - -However, when it comes to major upgrades, the developers seem to avoid numbers that seem too big. - -So, instead of going with Linux Kernel 5.20, it will just be Linux Kernel 6.0 (or Linux 6.0). There’s no hard rule on this, only when Linus Torvalds gets worried with the number, we have a shorter version number. - -Linus Torvalds mentioned the same for changing the version number in the mailing list: - -> I’ll likely call it 6.0 since I’m starting to worry about getting confused by big numbers again. - -#### New Features Coming to Linux 6.0 - -If you are curious, here are some features that might be a part of the Linux Kernel 6.0 release: - -- Inclusion of Rust code (early phase) -- Real-time Kernel building support -- New Hardware support -- Usual Improvements to various Filesystems -- Scheduler changes - -Most of the anticipated feature additions are likely to be technical changes, so you may not have enough to get excited about as an end-user. - -But, it should be huge if the initial Rust code arrives with the next Linux Kernel upgrade. - -_So, what do you think about the upcoming Linux Kernel 6.0? Do you wish to see Rust kernel code land?_ - --------------------------------------------------------------------------------- - -via: https://news.itsfoss.com/linux-kernel-6-0-reveal - -作者:[Anuj Sharma][a] -选题:[lkxed][b] -译者:[译者ID](https://github.com/译者ID) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://news.itsfoss.com/author/anuj/ -[b]: https://github.com/lkxed -[1]: https://news.itsfoss.com/linux-kernel-5-19-release/ -[2]: https://lore.kernel.org/all/CAHk-=wgrz5BBk=rCz7W28Fj_o02s0Xi0OEQ3H1uQgOdFvHgx0w@mail.gmail.com/ -[3]: https://semver.org/