Héhé, oh que non, même si pendant longtemps j'ai été un utilisateur intensif de Photoshop / Premiere / After / Lightroom, je ne leur pardonne pas leur indifférence face à Linux.
Le logo a été designé par Rohit Awate, juste la couleur a été changée. (
https://itsfoss.com/adobe-style-icons-open-source-apps/)
Voici le contenu de mon fichier darktable-jojo-v01.css :
Code :
@import url("darktable.css");
@define-color grey_10 #1d1c21;
@define-color grey_25 #222127;
@define-color grey_35 #29282e;
@define-color grey_45 #2f3035;
@define-color grey_60 #4f5159;
@define-color grey_80 #727681;
@define-color red_00 #e64b3e;
/* General */
@define-color bg_color @grey_35; /* general background */
@define-color border_color @grey_35; /* border, when used */
@define-color fg_color @grey_85; /* general text */
/* Modules box (plugins) */
@define-color plugin_bg_color @grey_35;
@define-color plugin_fg_color @grey_85;
@define-color section_label @red_00;
@define-color plugin_label_color @red_00;
/* Modules controls (sliders and comboboxes) */
@define-color bauhaus_fg_selected @red_00;
/* GTK Buttons and tabs */
@define-color button_checked_fg @red_00;
/* text fields */
@define-color field_bg @grey_35;
@define-color field_fg @grey_85;
@define-color field_selected_fg @red_00;
/* Tooltips and contextual helpers */
@define-color tooltip_bg_color @grey_10;
/* Views */
@define-color darkroom_bg_color @grey_25;
@define-color lighttable_bg_color @grey_25;
/* Lighttable and film-strip */
@define-color thumbnail_bg_color @grey_45; /* area between border and outline */
@define-color filmstrip_bg_color @grey_45;
*
{
font-weight: 400;
font-family: "Ubuntu";
font-size: 1em;
}
#lib-plugin-ui,
#iop-plugin-ui,
#lib-modulelist,
#modules-tabs,
#left,
#right,
combobox,
combobox *,
togglebutton,
togglebutton *,
notebook,
notebook *,
notebook tab,
notebook tab *,
table,
table *,
row,
row *,
frame,
frame *,
filechooser,
filechooser *,
filechooserdialog,
filechooserdialog *,
alignment,
entry,
entry *,
dialog,
dialog *,
colorswatch,
colorswatch *,
stack,
stack *,
scrollbar,
scrollbar *,
eventbox,
eventbox *,
scale,
scale *,
button,
button *,
treeview,
treeview *,
menu,
menu *,
separator,
eventbox,
eventbox *,
box,
box *
{
font-family: "Ubuntu";
font-size: 1em;
}
button
{
font-weight: normal;
font-family: "Ubuntu";
}
/* Labels in modules */
#iop-panel-label,
#lib-panel-label
{
font-weight: normal;
font-stretch: normal;
font-family: "Ubuntu";
font-size: 1.2em;
}
/* Labels of controls sections in modules */
#section_label
{
font-weight: 500;
font-family: "Ubuntu";
}
/* GTK Notebooks tabs */
notebook tabs,
#modules-tabs,
#blending-tabs
{
font-weight: normal;
font-family: "Ubuntu";
}
#live-sample-data
{
font-family: "Ubuntu";
font-weight: bold;
}
A l'intérieur de celui-ci, je me suis laissé la possibilité de changer les polices de chaque texte. Il peut donc être largement raccourci.
Bonne journée à tous.